pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/trayer



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 13 17:42:02 UTC 2020

Modified Files:
        pkgsrc/wm/trayer: Makefile distinfo

Log Message:
trayer: Update to 1.1.8

1.1.8
* Replace depricated gdk functions
* Fix position update on screen configuration change

1.1.7
* Library cleanup
* Icon Spacing


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/wm/trayer/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/trayer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/trayer/Makefile
diff -u pkgsrc/wm/trayer/Makefile:1.13 pkgsrc/wm/trayer/Makefile:1.14
--- pkgsrc/wm/trayer/Makefile:1.13      Tue Mar 10 22:11:08 2020
+++ pkgsrc/wm/trayer/Makefile   Sat Jun 13 17:42:01 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/03/10 22:11:08 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/06/13 17:42:01 nia Exp $
 
-PKGREVISION=   11
-DISTNAME=      trayer-1.1.6
+DISTNAME=      trayer-1.1.8
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sargon/}
 GITHUB_PROJECT=        trayer-srg
@@ -14,16 +13,15 @@ LICENSE=    mit
 
 USE_TOOLS+=    gmake pkg-config
 
-BUILD_MAKE_FLAGS=      CFLAGS=${CFLAGS:Q}
-INSTALL_MAKE_FLAGS=    PREFIX=${DESTDIR}${PREFIX}
+HAS_CONFIGURE= yes
 
-SUBST_CLASSES+=                paths
-SUBST_SED.paths=       -e 's,/usr,${PREFIX},'
-SUBST_FILES.paths=     config.h Makefile.config
-SUBST_STAGE.paths=     pre-build
-SUBST_MESSAGE.paths=   Fixing path to ${PREFIX}.
+MAKE_FLAGS=    CFLAGS=${CFLAGS:Q}
 
-AUTO_MKDIRS=           yes
+AUTO_MKDIRS=   yes
+
+CONFIG_SHELL=  bash
+
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/trayer/

Index: pkgsrc/wm/trayer/distinfo
diff -u pkgsrc/wm/trayer/distinfo:1.3 pkgsrc/wm/trayer/distinfo:1.4
--- pkgsrc/wm/trayer/distinfo:1.3       Mon Nov  2 23:42:54 2015
+++ pkgsrc/wm/trayer/distinfo   Sat Jun 13 17:42:01 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/02 23:42:54 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/06/13 17:42:01 nia Exp $
 
-SHA1 (trayer-1.1.6.tar.gz) = f0d45c722b6e2a850ce7f7c90c36dc680353d500
-RMD160 (trayer-1.1.6.tar.gz) = 078497ce53bb1eb386f9ebd2c75ce65753fb3881
-SHA512 (trayer-1.1.6.tar.gz) = 31dee9d61ad6958d7a16a8897c8f0c1dd56781453d3e6f021111c537e761fa9093374235d508f0c6d0226d4d2539f2e126b5903630f92d6d76f1188f1a4177f9
-Size (trayer-1.1.6.tar.gz) = 27582 bytes
+SHA1 (trayer-1.1.8.tar.gz) = 8dc34324cf1570d599812ae40156052b034ad08d
+RMD160 (trayer-1.1.8.tar.gz) = 05813104c2fc93b070fe011babd7d9b3e8a95555
+SHA512 (trayer-1.1.8.tar.gz) = 5ae92fdcee64ad1ca59846874dcd4bd4859adeeb80a86f1ed97d62e6306f8ec62d1ee26dba251257242dc25d158a6a550e69f2fcc8739242a2311e37fe1ce310
+Size (trayer-1.1.8.tar.gz) = 28025 bytes
+SHA1 (patch-configure) = bbb6cbc3c834de4a9de3409c6b2361d2c707c64a



Home | Main Index | Thread Index | Old Index