pkgsrc-WIP-changes archive

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

added patch



Module Name:	pkgsrc-wip
Committed By:	Jay Patel <jaypatel.ani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Wed Sep 15 20:05:15 2021 +0530
Changeset:	1d2cd1588a4940f112e6640d4f445a000453daaf

Modified Files:
	budgie-screensaver/Makefile
	budgie-screensaver/distinfo
Added Files:
	budgie-screensaver/patches/patch-configure.ac

Log Message:
added patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d2cd1588a4940f112e6640d4f445a000453daaf

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

diffstat:
 budgie-screensaver/Makefile                   | 12 +++++++-----
 budgie-screensaver/distinfo                   |  1 +
 budgie-screensaver/patches/patch-configure.ac | 15 +++++++++++++++
 3 files changed, 23 insertions(+), 5 deletions(-)

diffs:
diff --git a/budgie-screensaver/Makefile b/budgie-screensaver/Makefile
index acd08b9aa7..e65e0fbde6 100644
--- a/budgie-screensaver/Makefile
+++ b/budgie-screensaver/Makefile
@@ -13,16 +13,18 @@ HOMEPAGE=	https://github.com/getsolus/budgie-screensaver/
 COMMENT=	Requirement for budgie desktop
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS+=	pkg-config intltool automake autoconf autoupdate
+USE_TOOLS+=	pkg-config intltool automake autoconf autoreconf autoupdate m4
+GNU_CONFIGURE=	YES
 
 WRKSRC=			${WRKDIR}/budgie-screensaver-4.0
 USE_PKGLOCALEDIR=	yes
 
 pre-configure:
-	cd ${WRKSRC} && autoupdate
+	cd ${WRKSRC} && autoreconf -fiv
 
-do-configure:
-	cd ${WRKSRC} && autoconf
 
-#.include "../../devel/meson/build.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../devel/gettext/buildlink3.mk"
+.include "../../x11/gnome-desktop3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/budgie-screensaver/distinfo b/budgie-screensaver/distinfo
index 300e8779f7..0ab02ac264 100644
--- a/budgie-screensaver/distinfo
+++ b/budgie-screensaver/distinfo
@@ -4,3 +4,4 @@ SHA1 (budgie-screensaver/v4.0.tar.gz) = aaf2f9f6cef94f8e6f2d943116d7b59d1e4c9409
 RMD160 (budgie-screensaver/v4.0.tar.gz) = 9bc53ca51eaf2439b64414ec9963c8624dc3eb14
 SHA512 (budgie-screensaver/v4.0.tar.gz) = dba7270ccf359b04c8d1e69d38be812ece839664d7a7a91cf2a637ad5260b8890b697e31052b6c4902c6c922f1651bc9e2ff3a44904b11d336be46de09508693
 Size (budgie-screensaver/v4.0.tar.gz) = 548458 bytes
+SHA1 (patch-configure.ac) = afa6a6c5932df2abe286ac9db89aa7b701e820c3
diff --git a/budgie-screensaver/patches/patch-configure.ac b/budgie-screensaver/patches/patch-configure.ac
new file mode 100644
index 0000000000..aed7d6a1f8
--- /dev/null
+++ b/budgie-screensaver/patches/patch-configure.ac
@@ -0,0 +1,15 @@
+$NetBSD$
+
+# for unexpected word syntax error
+
+--- configure.ac.orig	2021-04-27 14:47:37.000000000 +0000
++++ configure.ac
+@@ -91,7 +91,7 @@ SAVER_LIBS="$ALL_X_LIBS"
+ 
+ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+ 
+-GNOME_COMPILE_WARNINGS(yes)
++GNOME_COMPILE_WARNINGS()
+ 
+ # Optional dependencies for the theme engines
+ 


Home | Main Index | Thread Index | Old Index