Skip to content

Commit

Permalink
x11/xfce4-terminal: Update to 1.1.0
Browse files Browse the repository at this point in the history
- Remove obsoleted CONFIGURE_ARG
- Add missing dependency
  • Loading branch information
madpilot78 committed Aug 22, 2023
1 parent e7d129f commit 257b634
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions x11/xfce4-terminal/Makefile
@@ -1,6 +1,5 @@
PORTNAME= xfce4-terminal
PORTVERSION= 1.0.4
PORTREVISION= 1
PORTVERSION= 1.1.0
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
Expand All @@ -12,6 +11,8 @@ WWW= https://www.xfce.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libpcre2-8.so:devel/pcre2

USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 vte3
Expand All @@ -21,8 +22,7 @@ USE_XORG= ice sm x11
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
CONFIGURE_ARGS= --without-gnome-default-appsdir \
--with-utempter
CONFIGURE_ARGS= --with-utempter

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
Expand Down
6 changes: 3 additions & 3 deletions x11/xfce4-terminal/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1653221932
SHA256 (xfce4/xfce4-terminal-1.0.4.tar.bz2) = 78e55957af7c6fc1f283e90be33988661593a4da98383da1b0b54fdf6554baf4
SIZE (xfce4/xfce4-terminal-1.0.4.tar.bz2) = 1009367
TIMESTAMP = 1692697792
SHA256 (xfce4/xfce4-terminal-1.1.0.tar.bz2) = 40823377242b9b09749f5d4a550f41d465153c235c31f34052f804d3453ad4a3
SIZE (xfce4/xfce4-terminal-1.1.0.tar.bz2) = 1021840
5 changes: 5 additions & 0 deletions x11/xfce4-terminal/pkg-plist
Expand Up @@ -12,6 +12,10 @@ share/icons/hicolor/32x32/apps/org.xfce.terminal-settings.png
share/icons/hicolor/32x32/apps/org.xfce.terminal.png
share/icons/hicolor/48x48/apps/org.xfce.terminal-settings.png
share/icons/hicolor/48x48/apps/org.xfce.terminal.png
share/icons/hicolor/64x64/apps/org.xfce.terminal-settings.png
share/icons/hicolor/64x64/apps/org.xfce.terminal.png
share/icons/hicolor/96x96/apps/org.xfce.terminal-settings.png
share/icons/hicolor/96x96/apps/org.xfce.terminal.png
share/icons/hicolor/scalable/apps/org.xfce.terminal-settings.svg
share/icons/hicolor/scalable/apps/org.xfce.terminal.svg
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
Expand All @@ -29,6 +33,7 @@ share/icons/hicolor/scalable/apps/org.xfce.terminal.svg
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/et/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/fa_IR/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-terminal.mo
Expand Down

0 comments on commit 257b634

Please sign in to comment.