mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 0.5.3
This commit is contained in:
parent
f02a794f9e
commit
4424db31d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362135
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtick
|
||||
PORTVERSION= 0.5.2
|
||||
PORTVERSION= 0.5.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.antcom.de/gtick/download/ CENKES
|
||||
|
||||
@ -14,9 +14,10 @@ LICENSE= GPLv3
|
||||
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
|
||||
libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig desktop-file-utils
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
INSTALLS_ICONS= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gtick-0.5.2.tar.gz) = dd04edc4be3751bb5794cd37671a9b083fc41a2ebdf5d19dd9a8d0eb4e309ca1
|
||||
SIZE (gtick-0.5.2.tar.gz) = 666039
|
||||
SHA256 (gtick-0.5.3.tar.gz) = 49e7c9a685b74d48085fc6f923dc8b042dc0af8488b3d14a77fe043d58516c4a
|
||||
SIZE (gtick-0.5.3.tar.gz) = 638880
|
||||
|
11
audio/gtick/files/patch-Makefile.in
Normal file
11
audio/gtick/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig 2014-07-16 16:54:29.000000000 +0200
|
||||
+++ Makefile.in 2014-07-16 16:54:39.000000000 +0200
|
||||
@@ -395,7 +395,7 @@
|
||||
|
||||
appdatadir = $(datadir)/appdata
|
||||
appdata_DATA = gtick.appdata.xml
|
||||
-desktopdir = $(datadir)/application
|
||||
+desktopdir = $(datadir)/applications
|
||||
desktop_DATA = gtick.desktop
|
||||
|
||||
#AUTOMAKE_OPTIONS = dist-bzip2
|
@ -1,5 +1,9 @@
|
||||
bin/gtick
|
||||
man/man1/gtick.1.gz
|
||||
share/applications/gtick.desktop
|
||||
share/icons/hicolor/64x64/apps/gtick.xpm
|
||||
share/appdata/gtick.appdata.xml
|
||||
share/pixmaps/gtick_32x32.xpm
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/gtick.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/gtick.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/gtick.mo
|
||||
@ -33,3 +37,8 @@ man/man1/gtick.1.gz
|
||||
%%NLS%%@dirrmtry share/locale/en@quot
|
||||
%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/en@boldquot
|
||||
@dirrmtry share/appdata
|
||||
@dirrmtry share/icons/hicolor/64x64/apps
|
||||
@dirrmtry share/icons/hicolor/64x64
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
|
Loading…
Reference in New Issue
Block a user