diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-14 14:40:08 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-14 14:40:08 +0800 |
commit | 305c58b8b1fa74cded8d58e5e356d788a09cac9d (patch) | |
tree | f3b6c2cbf1d402ac6904f1a8f866fb6346cdbfd7 /x11-wm | |
parent | 08317d07a2dfd734ebe2913bc6250bd406c3265d (diff) | |
download | marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.tar marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.tar.gz marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.tar.bz2 marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.tar.lz marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.tar.xz marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.tar.zst marcuscom-ports-305c58b8b1fa74cded8d58e5e356d788a09cac9d.zip |
Some changes to cinnamon and related ports:
- stop using the GITHUB macros from bsd.sites.mk and use MASTER_SITES instead [1]
- fix some incorrect STAGEDIR usages. Also remove some incorrect and useless ${STAGE}
- resort x11/cinnamon post-patch so that all the paths in generate_desktop_files are staging compliant
- fix the compilation of cinnamon. The build failed to detect gettext
- fix nemo to install gir and typelib files in the right place
- fix c-c-c to honour ${LOCALBASE} when calling autoreconf, ${PREFIX} may be different than ${LOCALBASE}
[1] The source code was tar'ed inside a directory that did not follow the desired name schema (${PORTNAME}-${PORTVERSION}) and also was chaging from time to time, making the port hard to keep up to date and compilable. The code was inside a directory like linuxmint-portname-$random_id where $random_im != port_commit_id.
Reviewed by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18795 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/muffin/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/muffin/distinfo | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 505d2b289..432faccf5 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -4,6 +4,7 @@ PORTNAME= muffin PORTVERSION= 1.8.2 CATEGORIES= x11-wm gnome +MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 MAINTAINER= gustau.perez@gmail.com @@ -18,13 +19,7 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 -WRKSRC= ${WRKDIR}/linuxmint-muffin-60cab8b - -USE_GITHUB= yes -GH_ACCOUNT= linuxmint -GH_TAGNAME= 1.8.2 -GH_COMMIT= aa1ef1d - +FETCH_ARGS= -Fpr USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm USE_PYTHON= 2.5+ USES= gettext gmake pathfix pkgconfig diff --git a/x11-wm/muffin/distinfo b/x11-wm/muffin/distinfo index 0c8eb4b77..2d8d2545f 100644 --- a/x11-wm/muffin/distinfo +++ b/x11-wm/muffin/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/muffin-1.8.2.tar.gz) = 61c22b185d8afa1b87b5e1b2b74b9525a6fe285cbd904491e71285d10706a6fe -SIZE (gnome3/muffin-1.8.2.tar.gz) = 2686661 +SHA256 (gnome3/muffin-1.8.2.tar.gz) = 903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049 +SIZE (gnome3/muffin-1.8.2.tar.gz) = 2685117 |