diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
commit | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch) | |
tree | 0648e0ce504a559632af430d3494fe2008d104aa /archivers | |
parent | 613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff) | |
download | marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2 marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip |
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there.
Sync with ports, more to come.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 6 | ||||
-rw-r--r-- | archivers/file-roller/pkg-plist | 2 | ||||
-rw-r--r-- | archivers/file-roller3/Makefile | 6 | ||||
-rw-r--r-- | archivers/file-roller3/pkg-plist | 2 |
4 files changed, 4 insertions, 12 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index f2bc3d2fd..f91879095 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -20,12 +20,11 @@ CONFLICTS= file-roller-3.[0-9]* USE_LDCONFIG= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext pathfix desktop-file-utils pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ - gtk20 gconf2 +USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2 USE_XORG= sm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -56,7 +55,6 @@ post-patch: ${WRKSRC}/src/fr-command-zip.c post-install: - @-update-desktop-database .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist index 6af23090c..9f6b6df43 100644 --- a/archivers/file-roller/pkg-plist +++ b/archivers/file-roller/pkg-plist @@ -305,8 +305,6 @@ share/omf/file-roller/file-roller-zh_CN.omf @dirrm %%DATADIR%% @dirrmtry share/applications @dirrm libexec/file-roller -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES diff --git a/archivers/file-roller3/Makefile b/archivers/file-roller3/Makefile index 910b55461..397ea7332 100644 --- a/archivers/file-roller3/Makefile +++ b/archivers/file-roller3/Makefile @@ -19,11 +19,10 @@ CONFLICTS= file-roller-2.[0-9]* LATEST_LINK= file-roller3 USE_LDCONFIG= yes USE_XZ= yes -USE_GETTEXT= yes +USES= gettext pathfix desktop-file-utils pkgconfig INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \ - gtk30 gconf2 +USE_GNOME= gnomeprefix intlhack gnomedocutils gtk30 gconf2 USE_XORG= sm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -54,7 +53,6 @@ post-patch: ${WRKSRC}/src/fr-command-zip.c post-install: - @-update-desktop-database .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} diff --git a/archivers/file-roller3/pkg-plist b/archivers/file-roller3/pkg-plist index b155c47b0..f23e708b6 100644 --- a/archivers/file-roller3/pkg-plist +++ b/archivers/file-roller3/pkg-plist @@ -693,5 +693,3 @@ share/locale/zu/LC_MESSAGES/file-roller.mo @dirrm %%DATADIR%% @dirrmtry share/applications @dirrm libexec/file-roller -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |