summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-20 16:57:46 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-20 16:57:46 +0800
commit10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch)
tree595cf7dd8ade4427eb68f1f7323566edce998a51 /deskutils
parent1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff)
downloadmarcuscom-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 'deskutils')
-rw-r--r--deskutils/gnome-dictionary/Makefile3
-rw-r--r--deskutils/gnome-dictionary/pkg-plist2
-rw-r--r--deskutils/gnome-weather/Makefile2
-rw-r--r--deskutils/gnome-weather/pkg-plist1
-rw-r--r--deskutils/gucharmap/Makefile3
-rw-r--r--deskutils/gucharmap/pkg-plist2
6 files changed, 7 insertions, 6 deletions
diff --git a/deskutils/gnome-dictionary/Makefile b/deskutils/gnome-dictionary/Makefile
index 7d64fed6d..e6e5445f6 100644
--- a/deskutils/gnome-dictionary/Makefile
+++ b/deskutils/gnome-dictionary/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gnome-dictionary
PORTVERSION= 3.10.0
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -16,7 +17,7 @@ BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
CONFLICTS= gnome-utils-2.[0-9]*
-USES= gettext gmake pathfix pkgconfig tar:xz
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack gtk30
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
diff --git a/deskutils/gnome-dictionary/pkg-plist b/deskutils/gnome-dictionary/pkg-plist
index 3b82a6fd2..ab92bf61c 100644
--- a/deskutils/gnome-dictionary/pkg-plist
+++ b/deskutils/gnome-dictionary/pkg-plist
@@ -12,9 +12,9 @@ include/gdict-1.0/gdict/gdict-strategy-chooser.h
include/gdict-1.0/gdict/gdict-utils.h
include/gdict-1.0/gdict/gdict-version.h
include/gdict-1.0/gdict/gdict.h
-lib/libgdict-1.0.la
lib/libgdict-1.0.so
lib/libgdict-1.0.so.6
+lib/libgdict-1.0.so.6.0.7
libdata/pkgconfig/gdict-1.0.pc
man/man1/gnome-dictionary.1.gz
share/applications/gnome-dictionary.desktop
diff --git a/deskutils/gnome-weather/Makefile b/deskutils/gnome-weather/Makefile
index 6fbe1b4ea..1f5a9b8ed 100644
--- a/deskutils/gnome-weather/Makefile
+++ b/deskutils/gnome-weather/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gnome-weather
PORTVERSION= 3.12.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/deskutils/gnome-weather/pkg-plist b/deskutils/gnome-weather/pkg-plist
index 03fb02ff2..fb09983d0 100644
--- a/deskutils/gnome-weather/pkg-plist
+++ b/deskutils/gnome-weather/pkg-plist
@@ -1,5 +1,4 @@
bin/gnome-weather
-lib/org.gnome.Weather.Application/libgd.la
lib/org.gnome.Weather.Application/libgd.so
lib/org.gnome.Weather.Application/girepository-1.0/Gd-1.0.typelib
share/appdata/org.gnome.Weather.Application.appdata.xml
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 45cef259d..fc9db6b6e 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gucharmap
PORTVERSION= 3.12.1
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -13,7 +14,7 @@ COMMENT= Unicode/ISO10646 character map and font viewer
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-USES= desktop-file-utils gettext gmake pathfix \
+USES= desktop-file-utils gettext gmake libtool pathfix \
pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
GNU_CONFIGURE= yes
diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist
index 3fb92a200..95416cc1b 100644
--- a/deskutils/gucharmap/pkg-plist
+++ b/deskutils/gucharmap/pkg-plist
@@ -14,9 +14,9 @@ include/gucharmap-2.90/gucharmap/gucharmap-type-builtins.h
include/gucharmap-2.90/gucharmap/gucharmap-unicode-info.h
include/gucharmap-2.90/gucharmap/gucharmap.h
lib/girepository-1.0/Gucharmap-2.90.typelib
-lib/libgucharmap_2_90.la
lib/libgucharmap_2_90.so
lib/libgucharmap_2_90.so.7
+lib/libgucharmap_2_90.so.7.0.0
libdata/pkgconfig/gucharmap-2.90.pc
share/appdata/gucharmap.appdata.xml
share/applications/gucharmap.desktop