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 /devel/gtranslator | |
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 'devel/gtranslator')
-rw-r--r-- | devel/gtranslator/Makefile | 13 | ||||
-rw-r--r-- | devel/gtranslator/pkg-plist | 8 |
2 files changed, 7 insertions, 14 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 87ed4de2e..2a6666517 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -4,6 +4,7 @@ PORTNAME= gtranslator PORTVERSION= 2.91.6 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -12,19 +13,19 @@ COMMENT= GNOME application for creating GNU gettext translation files LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ +BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ itstool:${PORTSDIR}/textproc/itstool \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libpeas-1.0.so:${PORTSDIR}/devel/libpeas \ libgdl-3.so:${PORTSDIR}/x11-toolkits/gdl \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas USE_GNOME= intlhack gnomeprefix gtk30 libgda5 gtksourceview3 libxml2 \ introspection:build -USES= desktop-file-utils gettext gmake pathfix pkgconfig \ - python tar:xz +USES= desktop-file-utils gettext gmake libtool pathfix \ + pkgconfig python tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes diff --git a/devel/gtranslator/pkg-plist b/devel/gtranslator/pkg-plist index beb8a65da..9d1dd51cb 100644 --- a/devel/gtranslator/pkg-plist +++ b/devel/gtranslator/pkg-plist @@ -17,7 +17,6 @@ include/gtranslator-3.0/gtranslator/gtr-window-activatable.h include/gtranslator-3.0/gtranslator/gtr-window.h lib/gtranslator/girepository-1.0/Gtranslator-3.0.typelib lib/gtranslator/libgtranslator-private.a -lib/gtranslator/libgtranslator-private.la lib/gtranslator/libgtranslator-private.so lib/gtranslator/plugins/charmap/__init__.py lib/gtranslator/plugins/charmap/__init__.pyc @@ -34,25 +33,18 @@ lib/gtranslator/plugins/gtr-insert-params.plugin lib/gtranslator/plugins/gtr-open-tran.plugin lib/gtranslator/plugins/gtr-translation-memory.plugin lib/gtranslator/plugins/libalternatelang.a -lib/gtranslator/plugins/libalternatelang.la lib/gtranslator/plugins/libalternatelang.so %%DICT%%lib/gtranslator/plugins/libdict.a -%%DICT%%lib/gtranslator/plugins/libdict.la %%DICT%%lib/gtranslator/plugins/libdict.so lib/gtranslator/plugins/libfullscreen.a -lib/gtranslator/plugins/libfullscreen.la lib/gtranslator/plugins/libfullscreen.so lib/gtranslator/plugins/libinsertparams.a -lib/gtranslator/plugins/libinsertparams.la lib/gtranslator/plugins/libinsertparams.so lib/gtranslator/plugins/libopentran.a -lib/gtranslator/plugins/libopentran.la lib/gtranslator/plugins/libopentran.so lib/gtranslator/plugins/libsourcecodeview.a -lib/gtranslator/plugins/libsourcecodeview.la lib/gtranslator/plugins/libsourcecodeview.so lib/gtranslator/plugins/libtranslation-memory.a -lib/gtranslator/plugins/libtranslation-memory.la lib/gtranslator/plugins/libtranslation-memory.so libdata/pkgconfig/gtranslator.pc man/man1/gtranslator.1.gz |