pkgsrc-WIP-changes archive

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

cinnamon-menus: update and take maintainership.



Module Name:	pkgsrc-wip
Committed By:	Youri Mouton <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Tue Jul 12 17:36:05 2016 +0200
Changeset:	7a3bd64e462cc78116633d64163b6c2b7070d5c2

Modified Files:
	cinnamon-menus/Makefile
	cinnamon-menus/PLIST
	cinnamon-menus/distinfo
	cinnamon-menus/options.mk

Log Message:
cinnamon-menus: update and take maintainership.

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

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

diffstat:
 cinnamon-menus/Makefile   | 15 +++++++++------
 cinnamon-menus/PLIST      |  4 +++-
 cinnamon-menus/distinfo   |  7 ++++---
 cinnamon-menus/options.mk |  2 +-
 4 files changed, 17 insertions(+), 11 deletions(-)

diffs:
diff --git a/cinnamon-menus/Makefile b/cinnamon-menus/Makefile
index d9282df..bfa7e5d 100644
--- a/cinnamon-menus/Makefile
+++ b/cinnamon-menus/Makefile
@@ -1,23 +1,26 @@
 # $NetBSD: Makefile,v 1.1 2015/02/19 21:21:12 jihbed Exp $
 
-DISTNAME=	cinnamon-menus_2.2.0.orig
-PKGNAME=	cinnamon-menus-2.2.0
+DISTNAME=	3.0.2
+PKGNAME=	cinnamon-menus-3.0.2
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_DEBIAN:=pool/main/c/cinnamon-menus/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=/linuxmint/cinnamon-menus/archive/}
 
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
+MAINTAINER=	youri%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/linuxmint/cinnamon-menus
 COMMENT=	Additional UI API for cinnamon
 LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2
 
-WRKSRC=		${WRKDIR}/cinnamon-menus-2.2.0
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	gmake pkg-config automake autoreconf intltool msgfmt
 
 PKGCONFIG_OVERRIDE+=	libmenu/libcinnamon-menu-3.0.pc.in
 
+pre-configure:
+	cd ${WRKSRC} && ${SH} ./autogen.sh
+
 .include "options.mk"
 
 .include "../../devel/glib2/buildlink3.mk"
diff --git a/cinnamon-menus/PLIST b/cinnamon-menus/PLIST
index 19a8e4f..53e3ffc 100644
--- a/cinnamon-menus/PLIST
+++ b/cinnamon-menus/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/19 21:21:12 jihbed Exp $
+@comment $NetBSD$
 include/cinnamon-menus-3.0/gmenu-tree.h
+${PLIST.introspection}lib/girepository-1.0/CMenu-3.0.typelib
 lib/libcinnamon-menu-3.la
 lib/pkgconfig/libcinnamon-menu-3.0.pc
+${PLIST.introspection}share/gir-1.0/CMenu-3.0.gir
diff --git a/cinnamon-menus/distinfo b/cinnamon-menus/distinfo
index 98f3242..ea3443b 100644
--- a/cinnamon-menus/distinfo
+++ b/cinnamon-menus/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/02/19 21:21:12 jihbed Exp $
 
-SHA1 (cinnamon-menus_2.2.0.orig.tar.gz) = 9426e3d400e44601ddb205412f3e87e962fb3954
-RMD160 (cinnamon-menus_2.2.0.orig.tar.gz) = d7a4b4a579a7f6d41c337b204ceb419a17c5e945
-Size (cinnamon-menus_2.2.0.orig.tar.gz) = 478098 bytes
+SHA1 (3.0.2.tar.gz) = feaa56959fc35d9b25c361667bf4524691af3dca
+RMD160 (3.0.2.tar.gz) = bbdaf578535819cef16f2b6cd563bfa55ac56d14
+SHA512 (3.0.2.tar.gz) = a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f
+Size (3.0.2.tar.gz) = 211077 bytes
diff --git a/cinnamon-menus/options.mk b/cinnamon-menus/options.mk
index d4540a5..1fb0283 100644
--- a/cinnamon-menus/options.mk
+++ b/cinnamon-menus/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.cinnamon-menus
 PKG_SUPPORTED_OPTIONS=	introspection
-PKG_SUGGESTED_OPTIONS=	introspection
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index