ports/88976: Repocopy: deskutils/smeg -> deskutils/alacarte smeg now is alacarte
Marcus Alves Grando
mnag at FreeBSD.org
Mon Nov 14 04:40:18 UTC 2005
>Number: 88976
>Category: ports
>Synopsis: Repocopy: deskutils/smeg -> deskutils/alacarte smeg now is alacarte
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 14 04:40:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Marcus Alves Grando
>Release: FreeBSD 6.0-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-STABLE FreeBSD 6.0-STABLE #24: Mon Nov 14 00:23:43 BRST 2005 root at marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386
>Description:
Now smeg is alacarte, and update to 0.8
>How-To-Repeat:
>Fix:
--- alacarte.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/deskutils/smeg/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 5 Nov 2005 05:20:52 -0000 1.5
+++ Makefile 14 Nov 2005 04:36:22 -0000
@@ -5,11 +5,10 @@
# $FreeBSD: ports/deskutils/smeg/Makefile,v 1.5 2005/11/05 05:20:52 marcus Exp $
#
-PORTNAME= smeg
-PORTVERSION= 0.7.5
-PORTREVISION= 1
+PORTNAME= alacarte
+PORTVERSION= 0.8
CATEGORIES= deskutils
-MASTER_SITES= http://dev.realistanew.com/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= http://dev.realistanew.com/${PORTNAME}/releases/${PORTVERSION}/
MAINTAINER= gnome at FreeBSD.org
COMMENT= An editor for the freedesktop.org menu specification
@@ -18,19 +17,8 @@
USE_GNOME= pygtk2
USE_X_PREFIX= yes
-USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-
-post-patch:
- @${REINPLACE_CMD} -e "s|libdir, glob|'share/${PORTNAME}', glob|g ; \
- s|, 'lib/|, 'share/|g ; s|/usr/share|${X11BASE}/share|g" \
- ${WRKSRC}/setup.py ${WRKSRC}/bin/${PORTNAME} \
- ${WRKSRC}/lib/${PORTNAME}/MenuHandler.py \
- ${WRKSRC}/lib/${PORTNAME}/DialogHandler.py
-
-post-install:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
- ${PREFIX}/share/${PORTNAME}
+PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} --install-lib=${PYTHON_SITELIBDIR}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/deskutils/smeg/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 12 Jun 2005 22:09:08 -0000 1.3
+++ distinfo 14 Nov 2005 04:36:22 -0000
@@ -1,2 +1,3 @@
-MD5 (smeg-0.7.5.tar.gz) = 1ac2d76b9443f6d588619419dd9bbed4
-SIZE (smeg-0.7.5.tar.gz) = 22464
+MD5 (alacarte-0.8.tar.gz) = 849fc35c84c81736974217bb810390b1
+SHA256 (alacarte-0.8.tar.gz) = ce641daadef32b6a880571bde315ce2f3dc88e8e62ef47b48c5b4fb5e33a3a62
+SIZE (alacarte-0.8.tar.gz) = 69330
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/deskutils/smeg/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr 5 Jun 2005 19:51:23 -0000 1.2
+++ pkg-descr 14 Nov 2005 04:36:22 -0000
@@ -1,3 +1,6 @@
-Smeg is an editor for the freedesktop.org menu specification.
+Alacarte is a simple freedesktop.org compliant menu editor
+for GNOME that lets you change your menus, simply and
+quickly. Just click and type to edit, add, and delete any
+menu entry.
-WWW: http://www.realistanew.com/projects/smeg/
+WWW: http://www.realistanew.com/projects/alacarte/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/deskutils/smeg/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist 5 Jun 2005 19:51:23 -0000 1.2
+++ pkg-plist 14 Nov 2005 04:36:22 -0000
@@ -1,12 +1,38 @@
-bin/smeg
-share/applications/smeg-kde.desktop
-share/applications/smeg.desktop
-%%DATADIR%%/DialogHandler.py
-%%DATADIR%%/DialogHandler.pyc
-%%DATADIR%%/MenuHandler.py
-%%DATADIR%%/MenuHandler.pyc
-%%DATADIR%%/config.py
-%%DATADIR%%/config.pyc
-%%DATADIR%%/smeg.glade
- at dirrm %%DATADIR%%
- at unexec rmdir %D/share/applications 2> /dev/null || true
+bin/alacarte
+share/locale/de/LC_MESSAGES/alacarte.mo
+share/locale/es/LC_MESSAGES/alacarte.mo
+share/locale/fr/LC_MESSAGES/alacarte.mo
+share/locale/nb/LC_MESSAGES/alacarte.mo
+share/locale/nl/LC_MESSAGES/alacarte.mo
+share/locale/no/LC_MESSAGES/alacarte.mo
+share/applications/alacarte.desktop
+ at unexec rmdir %D/share/applications 2>/dev/null || true
+ at cwd %%LOCALBASE%%
+%%PYTHON_SITELIBDIR%%/Alacarte/MenuHandler.py
+%%PYTHON_SITELIBDIR%%/Alacarte/PyXDGMenuHandler.py
+%%PYTHON_SITELIBDIR%%/Alacarte/__init__.py
+%%PYTHON_SITELIBDIR%%/Alacarte/GnomeFront.py
+%%PYTHON_SITELIBDIR%%/Alacarte/IconHandler.py
+%%PYTHON_SITELIBDIR%%/Alacarte/PyXDGIconHandler.py
+%%PYTHON_SITELIBDIR%%/Alacarte/config.py
+%%PYTHON_SITELIBDIR%%/Alacarte/GnomeDialogHandler.py
+%%PYTHON_SITELIBDIR%%/Alacarte/alacarte.glade
+%%PYTHON_SITELIBDIR%%/Alacarte/images/alacarte.svg
+%%PYTHON_SITELIBDIR%%/Alacarte/MenuHandler.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/PyXDGMenuHandler.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/__init__.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/GnomeFront.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/IconHandler.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/PyXDGIconHandler.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/config.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/GnomeDialogHandler.pyc
+%%PYTHON_SITELIBDIR%%/Alacarte/MenuHandler.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/PyXDGMenuHandler.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/__init__.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/GnomeFront.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/IconHandler.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/PyXDGIconHandler.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/config.pyo
+%%PYTHON_SITELIBDIR%%/Alacarte/GnomeDialogHandler.pyo
+ at dirrm %%PYTHON_SITELIBDIR%%/Alacarte/images
+ at dirrm %%PYTHON_SITELIBDIR%%/Alacarte
--- alacarte.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list