mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
deskutils/go-for-it: Update to 1.7.1
While here, regenerate patch with makepatch and move some variables to their sections. ChangeLog: https://github.com/mank319/Go-For-It/releases/tag/1.7.1 * The application id can now be set with -DAPP_ID=some_id * For some widgets Go For It! did not properly load a fallback icon. PR: 237339 Submitted by: neel@neelc.org (maintainer)
This commit is contained in:
parent
521d540988
commit
bb20efdcec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499204
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= go-for-it
|
||||
DISTVERSION= 1.7.0
|
||||
DISTVERSION= 1.7.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
@ -13,12 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
BUILD_DEPENDS= valac:lang/vala
|
||||
LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||
|
||||
USES= cmake gettext pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake gnome gettext pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= JMoerman
|
||||
GH_PROJECT= Go-For-It
|
||||
USE_GNOME= cairo glib20 gtk30 intltool
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1552867966
|
||||
SHA256 (JMoerman-Go-For-It-1.7.0_GH0.tar.gz) = 492c43597582de3f63965e819697ad7c02ec5330da3e993497e6e5c80189de21
|
||||
SIZE (JMoerman-Go-For-It-1.7.0_GH0.tar.gz) = 249545
|
||||
TIMESTAMP = 1555517081
|
||||
SHA256 (JMoerman-Go-For-It-1.7.1_GH0.tar.gz) = c7783736dd7c1182d2c7d51ab05176588b1c09372def731d3f0b2d4fa2234540
|
||||
SIZE (JMoerman-Go-For-It-1.7.1_GH0.tar.gz) = 249317
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2018-02-28 21:31:57 UTC
|
||||
--- CMakeLists.txt.orig 2019-04-17 16:52:02 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -8,7 +8,7 @@ include (GNUInstallDirs)
|
||||
set (INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
set (DATADIR "${INSTALL_PREFIX}/share")
|
||||
|
||||
-set (APP_ID "com.github.jmoerman.go-for-it")
|
||||
+set (APP_ID "go-for-it")
|
||||
-set (APP_ID "com.github.jmoerman.go-for-it" CACHE STRING "The application id")
|
||||
+set (APP_ID "go-for-it" CACHE STRING "The application id")
|
||||
set (APP_SYSTEM_NAME ${APP_ID} CACHE STRING "Name to used for file names. For example the file name of the .desktop file.")
|
||||
|
||||
set (PKGDATADIR ${DATADIR}/${APP_SYSTEM_NAME})
|
||||
|
Loading…
Reference in New Issue
Block a user