diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
commit | 10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch) | |
tree | 595cf7dd8ade4427eb68f1f7323566edce998a51 /x11-themes | |
parent | 1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff) | |
download | marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.gz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.bz2 marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.lz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.xz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.zst marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.zip |
Some ports were installing .la files without using
USES=libtool. Add USES=libtool to those and fix their
pkg-plist accordingly.
No depend port bumped because no lib changed its major
version. There are still a few ports changing its major
when adding libtool to USES, will update those and users
soon.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes-standard/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/gnome-themes-standard/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile index 8f8361cc7..30bb520fe 100644 --- a/x11-themes/gnome-themes-standard/Makefile +++ b/x11-themes/gnome-themes-standard/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-themes-standard PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,7 +14,7 @@ COMMENT= Standard themes for GNOME CONFLICTS= gnome-themes-2.[0-9]* -USES= gettext:build gmake pathfix pkgconfig tar:xz +USES= gettext:build gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack librsvg2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes diff --git a/x11-themes/gnome-themes-standard/pkg-plist b/x11-themes/gnome-themes-standard/pkg-plist index 60ec84d4e..97d83b7b5 100644 --- a/x11-themes/gnome-themes-standard/pkg-plist +++ b/x11-themes/gnome-themes-standard/pkg-plist @@ -1,6 +1,4 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libadwaita.la lib/gtk-2.0/%%GTK2_VERSION%%/engines/libadwaita.so -lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libadwaita.la lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libadwaita.so share/gnome-background-properties/adwaita.xml share/icons/Adwaita/cursors/00008160000006810000408080010102 |