Skip to content

Commit

Permalink
Sync with the latest MarcusCom repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Sep 5, 2014
1 parent 1911633 commit eb502a8
Show file tree
Hide file tree
Showing 138 changed files with 2,596 additions and 1,320 deletions.
496 changes: 271 additions & 225 deletions MC_UNMM-ports.txt

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -7336,3 +7336,21 @@ games/vdrift||2014-09-01|Not staged
net-mgmt/zenpack-graphportlet||2014-09-01|Not staged
sysutils/boxbackup||2014-09-01|Not staged
www/webcalendar-devel|www/webcalendar|2014-09-04|Removed, use www/webcalendar instead
devel/bug-buddy||%DATE%|removed.
sysutils/tracker-gnome/||%DATE%|removed, it is outdated
sysutils/tracker-libtrackergtk||%DATE%|removed, it is outdated
sysutils/tracker-client|sysutils/tracker|%DATE%|moved
x11/gnome2||%DATE%|removed in flavor of GNOME 3
x11/gnome2-lite||%DATE%|removed in flavor of GNOME 3
x11/gnome2-fifth-toe||%DATE%|removed
x11/gnome2-power-tools||%DATE%|removed
editors/gnome2-office||%DATE%|removed
misc/gnome2-reference||%DATE%|removed
devel/gnome2-hacker-tools||%DATE%|removed
net-im/folks04|net-im/folks|%DATE%|moved
security/seahorse-plugins||%DATE%|removed
multimedia/libgnome-media-profiles||%DATE%|removed
math/gcalctool|math/gnome-calculator|2014-15-03|Renamed
www/epiphany-extensions||2014-13-03|Development has ceased
x11/gnome-panel||2014-13-03|Development has ceased in favour of gnome-shell
x11/gnome-screensaver||2014-08-26|not used in gnome3.
8 changes: 4 additions & 4 deletions accessibility/caribou/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Created by: Koop Mast <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/accessibility/caribou/Makefile 19804 2014-08-13 14:55:11Z kwm $
# $MCom: ports/trunk/accessibility/caribou/Makefile 19845 2014-09-04 05:31:44Z gusi $

PORTNAME= caribou
PORTVERSION= 0.4.13
PORTREVISION= 1
PORTVERSION= 0.4.14
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand All @@ -20,7 +19,8 @@ LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \
libxklavier.so:${PORTSDIR}/x11/libxklavier
RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi

USES= gettext gmake pathfix pkgconfig python:2 shebangfix tar:xz
USES= gettext gmake libtool pathfix pkgconfig python:2 \
shebangfix tar:xz
USE_GNOME= gnomehier gtk30 intlhack introspection:build libxml2 \
libxslt:build pygobject3
SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py
Expand Down
4 changes: 2 additions & 2 deletions accessibility/caribou/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (gnome3/caribou-0.4.13.tar.xz) = 953ba618621fda8a828d0d797fc916dbe35990dc01d7aa99d15e5e2241ee2782
SIZE (gnome3/caribou-0.4.13.tar.xz) = 404560
SHA256 (gnome3/caribou-0.4.14.tar.xz) = 291c5fd856c081ddaedd6fabd510bbe21c15ac689274ab99c88174a609a7e1c1
SIZE (gnome3/caribou-0.4.14.tar.xz) = 405860
8 changes: 3 additions & 5 deletions accessibility/caribou/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
bin/caribou
bin/caribou-preferences
etc/xdg/autostart/caribou-autostart.desktop
include/libcaribou/caribou.h
lib/girepository-1.0/Caribou-1.0.typelib
lib/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop
lib/gtk-3.0/modules/libcaribou-gtk-module.a
lib/gtk-3.0/modules/libcaribou-gtk-module.la
lib/gtk-3.0/modules/libcaribou-gtk-module.so
lib/libcaribou.a
lib/libcaribou.la
lib/libcaribou.so
lib/libcaribou.so.0
lib/libcaribou.so.0.0.0
libexec/caribou
%%PYTHON_SITELIBDIR%%/caribou/__init__.py
%%PYTHON_SITELIBDIR%%/caribou/__init__.pyc
%%PYTHON_SITELIBDIR%%/caribou/__init__.pyo
Expand Down Expand Up @@ -57,6 +56,7 @@ share/caribou/layouts/touch/ara.xml
share/caribou/layouts/touch/il.xml
share/caribou/layouts/touch/us.xml
share/dbus-1/services/org.gnome.Caribou.Antler.service
share/dbus-1/services/org.gnome.Caribou.Daemon.service
share/gir-1.0/Caribou-1.0.gir
share/locale/an/LC_MESSAGES/caribou.mo
share/locale/ar/LC_MESSAGES/caribou.mo
Expand Down Expand Up @@ -129,8 +129,6 @@ share/vala/vapi/caribou-1.0.deps
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/tg/LC_MESSAGES
@dirrmtry share/locale/tg
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES
Expand Down
11 changes: 6 additions & 5 deletions archivers/file-roller/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Created by: Anders Nordby <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/archivers/file-roller/Makefile 19814 2014-08-15 20:17:00Z gusi $
# $MCom: ports/trunk/archivers/file-roller/Makefile 19822 2014-08-20 08:57:46Z gusi $

PORTNAME= file-roller
PORTVERSION= 3.12.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= GNOME
Expand All @@ -13,11 +14,11 @@ MAINTAINER= [email protected]
COMMENT= Archive manager for zip files, tar, etc

BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
unzip:${PORTSDIR}/archivers/unzip

USES= desktop-file-utils gettext gmake pathfix \
pkgconfig tar:xz
USES= desktop-file-utils gettext gmake libtool \
pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
USE_XORG= sm
INSTALLS_ICONS= yes
Expand Down
1 change: 0 additions & 1 deletion archivers/file-roller/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bin/file-roller
%%NAUTILUS%%lib/nautilus/extensions-3.0/libnautilus-fileroller.a
%%NAUTILUS%%lib/nautilus/extensions-3.0/libnautilus-fileroller.la
%%NAUTILUS%%lib/nautilus/extensions-3.0/libnautilus-fileroller.so
libexec/file-roller/isoinfo.sh
libexec/file-roller/rpm2cpio
Expand Down
4 changes: 3 additions & 1 deletion audio/goobox/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Created by: Alexander Nedotsukov <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/audio/goobox/Makefile 19571 2014-04-25 18:12:46Z kwm $
# $MCom: ports/trunk/audio/goobox/Makefile 19823 2014-08-20 09:28:14Z gusi $

PORTNAME= goobox
PORTVERSION= 3.3.2
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand All @@ -26,6 +27,7 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
Expand Down
4 changes: 2 additions & 2 deletions audio/pulseaudio/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/audio/pulseaudio/Makefile 19813 2014-08-15 19:44:33Z gusi $
# $MCom: ports/trunk/audio/pulseaudio/Makefile 19840 2014-09-02 15:32:35Z kwm $
#
# !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by
# PORTREVISION bumps of depending ports.
Expand All @@ -20,7 +20,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libfftw3f.so:${PORTSDIR}/math/fftw3-float \
liborc-0.4.so:${PORTSDIR}/devel/orc \
libjson.so:${PORTSDIR}/devel/json-c \
libjson-c.so:${PORTSDIR}/devel/json-c \
libdbus-1.so:${PORTSDIR}/devel/dbus \
libck-connector.so:${PORTSDIR}/sysutils/consolekit

Expand Down
5 changes: 3 additions & 2 deletions audio/rhythmbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Created by: Joe Marcus Clarke <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/audio/rhythmbox/Makefile 19692 2014-05-26 07:42:16Z gusi $
# $MCom: ports/trunk/audio/rhythmbox/Makefile 19823 2014-08-20 09:28:14Z gusi $

PORTNAME= rhythmbox
PORTVERSION= 3.0.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand Down Expand Up @@ -41,6 +41,7 @@ INSTALLS_ICONS= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//}

Expand Down
4 changes: 3 additions & 1 deletion audio/sound-juicer/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Created by: Alexander Nedotsukov <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/audio/sound-juicer/Makefile 19679 2014-05-23 14:35:58Z gusi $
# $MCom: ports/trunk/audio/sound-juicer/Makefile 19823 2014-08-20 09:28:14Z gusi $

PORTNAME= sound-juicer
PORTVERSION= 3.12.0
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand All @@ -28,6 +29,7 @@ INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
INSTALL_TARGET= install-strip

GLIB_SCHEMAS= org.gnome.sound-juicer.gschema.xml

Expand Down
19 changes: 10 additions & 9 deletions databases/glom/Makefile
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
# Created by: Adam Weinberger <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/databases/glom/Makefile 19804 2014-08-13 14:55:11Z kwm $
# $MCom: ports/trunk/databases/glom/Makefile 19822 2014-08-20 08:57:46Z gusi $

PORTNAME= glom
PORTVERSION= 1.24.0
PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3

MAINTAINER= [email protected]
COMMENT= GNOME database designer and user interface

BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
libepc>=0.4.0:${PORTSDIR}/www/libepc \
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql
libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \
libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql
LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libepc-1.0.so:${PORTSDIR}/www/libepc \
libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \
libevview3.so:${PORTSDIR}/graphics/evince
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql
RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \
libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql

GNU_CONFIGURE= yes
USES= desktop-file-utils gettext gmake pathfix pkgconfig \
python shared-mime-info tar:xz
USES= desktop-file-utils gettext gmake libtool pathfix \
pkgconfig python shared-mime-info tar:xz
USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \
gtksourceviewmm3 libgdamm5
USE_LDCONFIG= yes
Expand Down
9 changes: 1 addition & 8 deletions databases/glom/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ include/glom-%%VERSION%%/libglom/report_builder.h
include/glom-%%VERSION%%/libglom/sharedptr.h
include/glom-%%VERSION%%/libglom/standard_table_prefs_fields.h
include/glom-%%VERSION%%/libglom/utils.h
lib/libglom-%%VERSION%%.la
lib/libglom-%%VERSION%%.so
lib/libglom-%%VERSION%%.so.0
%%PYTHON_SITELIBDIR%%/glom_1_24.la
lib/libglom-%%VERSION%%.so.0.0.0
%%PYTHON_SITELIBDIR%%/glom_1_24.so
libdata/pkgconfig/glom-%%VERSION%%.pc
share/applications/glom.desktop
Expand Down Expand Up @@ -342,12 +341,6 @@ share/omf/glom/glom-sv.omf
@dirrm %%DATADIR%%/glade/developer
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%%
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrm include/glom-%%VERSION%%/libglom/document/bakery/view
@dirrm include/glom-%%VERSION%%/libglom/document/bakery
@dirrm include/glom-%%VERSION%%/libglom/document
Expand Down
1 change: 1 addition & 0 deletions deskutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
SUBDIR += gnome-shell-extension-openweather
SUBDIR += gnome-shell-extension-overlay-icons
SUBDIR += gnome-shell-extension-panel-osd
SUBDIR += gnome-shell-extension-recentitems
SUBDIR += gnome-shell-extension-trash
SUBDIR += gnome-shell-extension-weather
SUBDIR += gnome-shell-extra-extensions
Expand Down
4 changes: 2 additions & 2 deletions deskutils/california/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Created by: Gustau Perez <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/california/Makefile 19781 2014-07-20 19:30:11Z gusi $
# $MCom: ports/trunk/deskutils/california/Makefile 19821 2014-08-20 08:42:08Z gusi $

PORTNAME= california
PORTVERSION= 0.1.2
PORTVERSION= 0.1.4
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand Down
4 changes: 2 additions & 2 deletions deskutils/california/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (gnome3/california-0.1.2.tar.xz) = 5b67abf6187d99a861ed1eac9654b0a3bade1fb810f10452dc3021fce1e18d2c
SIZE (gnome3/california-0.1.2.tar.xz) = 698224
SHA256 (gnome3/california-0.1.4.tar.xz) = 3d92f361bc3514d694144a18a42c56884fc54f935b499fc1ea840576024b141b
SIZE (gnome3/california-0.1.4.tar.xz) = 774800
5 changes: 3 additions & 2 deletions deskutils/gnome-dictionary/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Created by: Joe Marcus Clarke <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-dictionary/Makefile 19814 2014-08-15 20:17:00Z gusi $
# $MCom: ports/trunk/deskutils/gnome-dictionary/Makefile 19822 2014-08-20 08:57:46Z gusi $

PORTNAME= gnome-dictionary
PORTVERSION= 3.10.0
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Expand All @@ -16,7 +17,7 @@ BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \

CONFLICTS= gnome-utils-2.[0-9]*

USES= gettext gmake pathfix pkgconfig tar:xz
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack gtk30
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
Expand Down
2 changes: 1 addition & 1 deletion deskutils/gnome-dictionary/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ include/gdict-1.0/gdict/gdict-strategy-chooser.h
include/gdict-1.0/gdict/gdict-utils.h
include/gdict-1.0/gdict/gdict-version.h
include/gdict-1.0/gdict/gdict.h
lib/libgdict-1.0.la
lib/libgdict-1.0.so
lib/libgdict-1.0.so.6
lib/libgdict-1.0.so.6.0.7
libdata/pkgconfig/gdict-1.0.pc
man/man1/gnome-dictionary.1.gz
share/applications/gnome-dictionary.desktop
Expand Down
10 changes: 5 additions & 5 deletions deskutils/gnome-shell-extension-mediaplayer/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Created by: Gustau Perez i Querol <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-shell-extension-mediaplayer/Makefile 19807 2014-08-14 07:04:43Z gusi $
# $MCom: ports/trunk/deskutils/gnome-shell-extension-mediaplayer/Makefile 19843 2014-09-03 08:49:27Z gusi $

PORTNAME= gnome-shell-extension-mediaplayer
PORTVERSION= 0.0.0.20140520
PORTVERSION= 0.0.0.20140830
CATEGORIES= deskutils gnome
DIST_SUBDIR= gnome3

Expand All @@ -15,7 +15,7 @@ BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \
gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas

WRKSRC= ${WRKDIR}/eonpatapon-gnome-shell-extensions-mediaplayer-bacb60e
WRKSRC= ${WRKDIR}/eonpatapon-gnome-shell-extensions-mediaplayer-6e547ee

USES= gettext gmake libtool pkgconfig tar:xz
USE_GNOME= glib20 intltool
Expand All @@ -29,8 +29,8 @@ GLIB_SCHEMAS= org.gnome.shell.extensions.mediaplayer.gschema.xml

GH_ACCOUNT= eonpatapon
GH_PROJECT= gnome-shell-extensions-mediaplayer
GH_TAGNAME= bacb60e73c
GH_COMMIT= bacb60e73c
GH_TAGNAME= 6e547ee70d
GH_COMMIT= 6e547ee70d

PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves

Expand Down
4 changes: 2 additions & 2 deletions deskutils/gnome-shell-extension-mediaplayer/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140520.tar.xz) = 6acfe335405ff4df766d8f010f9207d4d04b8515d9fc9d9e7766f9134a35fcac
SIZE (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140520.tar.xz) = 264677
SHA256 (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140830.tar.xz) = b1501111230cf0a078bcf2a47e4bed9f25434d0f0826444f5a4a32d6cecd42c0
SIZE (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140830.tar.xz) = 265098
30 changes: 30 additions & 0 deletions deskutils/gnome-shell-extension-recentitems/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Created by: Gustau Perez i Querol <[email protected]>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-shell-extension-recentitems/Makefile 19842 2014-09-03 08:48:11Z gusi $

PORTNAME= gnome-shell-extension-recent-items
PORTVERSION= 0.0.0.20140903
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.bananenfisch.net/code/
DISTFILES= RecentItems-9.tar.gz
DIST_SUBDIR= gnome3

MAINTAINER= [email protected]
COMMENT= Recent items extensions for the GNOME3 shell

WRKSRC= ${WRKDIR}/[email protected]

USES= tar:xz
USE_GNOME= glib20
USE_LDCONFIG= yes

PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves

NO_BUILD= yes

do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/[email protected]
@(cd ${WRKSRC} && ${CP} -pPR * \
${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/[email protected])

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions deskutils/gnome-shell-extension-recentitems/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (gnome3/RecentItems-9.tar.gz) = e17d54beae1bdd6ee383a36f71f0e9c008b353420a3755eb00e4272b8f896fa9
SIZE (gnome3/RecentItems-9.tar.gz) = 2309
3 changes: 3 additions & 0 deletions deskutils/gnome-shell-extension-recentitems/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Extension to configure how the notifications appear in GNOME3

WWW: https://github.com/jenslody/gnome-shell-extension-panel-osd
Loading

0 comments on commit eb502a8

Please sign in to comment.