Update to version 1.1.1
PR: ports/180811 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
This commit is contained in:
parent
e373498283
commit
1579942252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323641
3 changed files with 5 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libfm
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/
|
||||
|
||||
|
@ -13,7 +12,8 @@ COMMENT= The libFM backend library to PCManFM
|
|||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
|
||||
LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache
|
||||
LIB_DEPENDS= menu-cache:${PORTSDIR}/x11/menu-cache \
|
||||
exif:${PORTSDIR}/graphics/libexif
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gnomehack gtk20
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libfm-1.1.0.tar.gz) = b9426e588670b53570b808c49abd1d103863614dd3622559b8c3ef1392fe0b3d
|
||||
SIZE (libfm-1.1.0.tar.gz) = 1077445
|
||||
SHA256 (libfm-1.1.1.tar.gz) = 37b0c6d00cc7b48547ba70ac42e209ea1eada2ab5665a086f5ddffb8c7d00324
|
||||
SIZE (libfm-1.1.1.tar.gz) = 1054451
|
||||
|
|
|
@ -98,7 +98,6 @@ share/applications/libfm-pref-apps.desktop
|
|||
%%NLS%%share/locale/el/LC_MESSAGES/libfm.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/libfm.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/libfm.mo
|
||||
%%NLS%%share/locale/es_VE/LC_MESSAGES/libfm.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/libfm.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/libfm.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/libfm.mo
|
||||
|
@ -154,8 +153,6 @@ share/mime/packages/libfm.xml
|
|||
%%NLS%%@dirrmtry share/locale/tt_RU
|
||||
%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/lg
|
||||
%%NLS%%@dirrmtry share/locale/es_VE/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/es_VE
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue