Skip to content

Commit

Permalink
x11/xapp: update to 2.2.12
Browse files Browse the repository at this point in the history
Changes: linuxmint/xapp@2.2.8...2.2.12

Note: port lineage comes from the freebsd-ports-gnome repo since
2018, not what was committed since 2020:
* freebsd/freebsd-ports-gnome#29
* freebsd/freebsd-ports-gnome#33
* freebsd/freebsd-ports-gnome#38
* freebsd/freebsd-ports-gnome#39

Approved by: fluffy (mentor)
Differential Revision: https://reviews.freebsd.org/D35705

(cherry picked from commit 0121e8f)
  • Loading branch information
vishwin committed Jul 5, 2022
1 parent a95eeab commit d23037d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
15 changes: 6 additions & 9 deletions x11/xapp/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME= xapp
PORTVERSION= 2.2.8
PORTREVISION= 2
PORTVERSION= 2.2.12
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome

Expand All @@ -13,15 +10,14 @@ LICENSE= LGPL3
LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER

BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbusmenu-gtk3.so:devel/libdbusmenu
LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu
RUN_DEPENDS= bash:shells/bash

USES= gettext-tools gnome meson pkgconfig python:3.5+ shebangfix xorg
USES= gettext-tools gnome meson pkgconfig python shebangfix xorg
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection:build intltool \
libgnomekbd pygobject3
USE_GNOME= cairo gdkpixbuf2 glib20 gtk-update-icon-cache gtk30 \
intltool introspection:build libgnomekbd pygobject3
USE_LDCONFIG= yes
USE_XORG= x11
GLIB_SCHEMAS= org.x.apps.gschema.xml
Expand All @@ -33,6 +29,7 @@ PLIST_SUB+= LIBVERSION=${PORTVERSION}
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags

OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes

DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
DOCS_MESON_ON= -Ddocs=true
Expand Down
6 changes: 3 additions & 3 deletions x11/xapp/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1640955863
SHA256 (gnome/linuxmint-xapp-2.2.8_GH0.tar.gz) = 81ea67e0015cf973da019e8f805312ba744d0d86b248b57472f588d9bf2ea9be
SIZE (gnome/linuxmint-xapp-2.2.8_GH0.tar.gz) = 245519
TIMESTAMP = 1656709225
SHA256 (gnome/linuxmint-xapp-2.2.12_GH0.tar.gz) = 32f21f5d6e88d175a688f0f32e9dc90548a859fd523ab16bb730c6472f5874e0
SIZE (gnome/linuxmint-xapp-2.2.12_GH0.tar.gz) = 247596
1 change: 1 addition & 0 deletions x11/xapp/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ share/icons/hicolor/scalable/actions/view-top-pane-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-annotations-squiggly-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-annotations-text-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-diaporama-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-edit-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-favorite-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-format-text-highlight-symbolic.svg
share/icons/hicolor/scalable/actions/xapp-go-history-next-symbolic-rtl.svg
Expand Down

0 comments on commit d23037d

Please sign in to comment.