summaryrefslogtreecommitdiff
path: root/x11-clocks/gdesklets-clock
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /x11-clocks/gdesklets-clock
parentCleanup the @dirrm (diff)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
Notes
Notes: svn path=/head/; revision=372768
Diffstat (limited to 'x11-clocks/gdesklets-clock')
-rw-r--r--x11-clocks/gdesklets-clock/Makefile48
-rw-r--r--x11-clocks/gdesklets-clock/distinfo2
-rw-r--r--x11-clocks/gdesklets-clock/files/Clock::__init__.py16
-rw-r--r--x11-clocks/gdesklets-clock/files/pkg-message.in19
-rw-r--r--x11-clocks/gdesklets-clock/pkg-descr3
-rw-r--r--x11-clocks/gdesklets-clock/pkg-plist41
6 files changed, 0 insertions, 129 deletions
diff --git a/x11-clocks/gdesklets-clock/Makefile b/x11-clocks/gdesklets-clock/Makefile
deleted file mode 100644
index 5fbe7718bbda..000000000000
--- a/x11-clocks/gdesklets-clock/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= clock
-PORTVERSION= 0.32
-PORTREVISION= 14
-CATEGORIES= x11-clocks gnome
-MASTER_SITES= http://www.gdesklets.info/archive/
-PKGNAMEPREFIX= gdesklets-
-DISTNAME= clock-desklet-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Various clock displays for Gnome 2.x
-
-RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets
-
-USES= python:2
-
-SUB_FILES= pkg-message
-SUB_LIST= NAME="${NAME}"
-
-DATADIR= ${PREFIX}/share/gdesklets
-NAME= Clock
-
-LANG= de fr pt sq sr sr@Latn sv
-
-do-build:
- @${PYTHON_CMD} ${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
- @${PATCH} ${WRKSRC}/Clock/__init__.py < ${FILESDIR}/Clock::__init__.py
-
-do-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME}
- ${INSTALL_DATA} ${WRKSRC}/*.display ${STAGEDIR}${DATADIR}/Displays/${NAME}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DATADIR}/Displays/${NAME}
- @${MKDIR} ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx
- ${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx
- ${INSTALL_DATA} ${WRKSRC}/gfx/*.xcf ${STAGEDIR}${DATADIR}/Displays/${NAME}/gfx
- @${MKDIR} ${STAGEDIR}${DATADIR}/Sensors/${NAME}
- ${INSTALL_DATA} ${WRKSRC}/${NAME}/*.dat ${STAGEDIR}${DATADIR}/Sensors/${NAME}
- ${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${STAGEDIR}${DATADIR}/Sensors/${NAME}
-.for ii in ${LANG}
- @${MKDIR} ${STAGEDIR}${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES
- ${INSTALL_DATA} ${WRKSRC}/${NAME}/locale/${ii}/LC_MESSAGES/*.mo \
- ${STAGEDIR}${DATADIR}/Sensors/${NAME}/locale/${ii}/LC_MESSAGES
-.endfor
- @${LN} -s ${DATADIR}/Displays/${NAME}/README \
- ${STAGEDIR}${DATADIR}/Sensors/${NAME}/README
-
-.include <bsd.port.mk>
diff --git a/x11-clocks/gdesklets-clock/distinfo b/x11-clocks/gdesklets-clock/distinfo
deleted file mode 100644
index 184564bd08cc..000000000000
--- a/x11-clocks/gdesklets-clock/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (clock-desklet-0.32.tar.gz) = 3fdf3e17104263454201f69709ec16bc00fd540ba8f20498876c7bee8b736072
-SIZE (clock-desklet-0.32.tar.gz) = 157407
diff --git a/x11-clocks/gdesklets-clock/files/Clock::__init__.py b/x11-clocks/gdesklets-clock/files/Clock::__init__.py
deleted file mode 100644
index f0f063ed9da5..000000000000
--- a/x11-clocks/gdesklets-clock/files/Clock::__init__.py
+++ /dev/null
@@ -1,16 +0,0 @@
---- __init__.py.bak Tue Mar 30 18:08:39 2004
-+++ __init__.py Tue Mar 30 18:11:36 2004
-@@ -149,8 +149,11 @@
- timezone = self._get_config("timezone")
- if (timezone != self.__timezone):
- self.__timezone = timezone
-- offset = commands.getoutput("TZ=\"%(timezone)s\" date +%%z"
-- % vars())
-+ if timezone == "localtime":
-+ offset = commands.getoutput("date +%z")
-+ else:
-+ offset = commands.getoutput("TZ=\"%(timezone)s\" date +%%z"
-+ % vars())
- sign = (offset[0] == "+") and 1 or -1
- hours = int(offset[1:3])
- mins = int(offset[3:5])
diff --git a/x11-clocks/gdesklets-clock/files/pkg-message.in b/x11-clocks/gdesklets-clock/files/pkg-message.in
deleted file mode 100644
index 20688a163ff3..000000000000
--- a/x11-clocks/gdesklets-clock/files/pkg-message.in
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-To view the README:
-
- cat %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/README
- cat %%PREFIX%%/share/gdesklets/Sensors/%%NAME%%/README
-
-To view the installed applets:
-
- ls %%PREFIX%%/share/gdesklets/Displays
-
-To use those applets:
-
- gdesklets open %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/${name}.display
-
-Replace ${name} with the correct name of the applets you want to use.
-
-NOTE: Be sure to login as your user when you use the gdesklets command,
- as the configuration will be stored in the ~/.gdesklets/ directory.
-##
diff --git a/x11-clocks/gdesklets-clock/pkg-descr b/x11-clocks/gdesklets-clock/pkg-descr
deleted file mode 100644
index 7b1846240f52..000000000000
--- a/x11-clocks/gdesklets-clock/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The Clock sensor with various clock displays.
-
-WWW: http://archive.gdesklets.info/
diff --git a/x11-clocks/gdesklets-clock/pkg-plist b/x11-clocks/gdesklets-clock/pkg-plist
deleted file mode 100644
index 7b4bf935c554..000000000000
--- a/x11-clocks/gdesklets-clock/pkg-plist
+++ /dev/null
@@ -1,41 +0,0 @@
-share/gdesklets/Displays/Clock/README
-share/gdesklets/Displays/Clock/gfx/clock.png
-share/gdesklets/Displays/Clock/gfx/gnomeclock.png
-share/gdesklets/Displays/Clock/gfx/gnomeclock.xcf
-share/gdesklets/Displays/Clock/gfx/osXclock.png
-share/gdesklets/Displays/Clock/gfx/pocketwatch.png
-share/gdesklets/Displays/Clock/gfx/pocketwatch.xcf
-share/gdesklets/Displays/Clock/gfx/rafclock.png
-share/gdesklets/Displays/Clock/gnomeclock.display
-share/gdesklets/Displays/Clock/osXclock.display
-share/gdesklets/Displays/Clock/plainclock.display
-share/gdesklets/Displays/Clock/pocket-watch.display
-share/gdesklets/Displays/Clock/rafclock.display
-share/gdesklets/Sensors/Clock/README
-share/gdesklets/Sensors/Clock/__init__.py
-share/gdesklets/Sensors/Clock/locale/de/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/locale/fr/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/locale/pt/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/locale/sq/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/locale/sr/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/locale/sr@Latn/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/locale/sv/LC_MESSAGES/gdesklets.mo
-share/gdesklets/Sensors/Clock/timezones.dat
-@dirrm share/gdesklets/Sensors/Clock/locale/sv/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/sv
-@dirrm share/gdesklets/Sensors/Clock/locale/sr@Latn/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/sr@Latn
-@dirrm share/gdesklets/Sensors/Clock/locale/sr/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/sr
-@dirrm share/gdesklets/Sensors/Clock/locale/sq/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/sq
-@dirrm share/gdesklets/Sensors/Clock/locale/pt/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/pt
-@dirrm share/gdesklets/Sensors/Clock/locale/fr/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/fr
-@dirrm share/gdesklets/Sensors/Clock/locale/de/LC_MESSAGES
-@dirrm share/gdesklets/Sensors/Clock/locale/de
-@dirrm share/gdesklets/Sensors/Clock/locale
-@dirrm share/gdesklets/Sensors/Clock
-@dirrm share/gdesklets/Displays/Clock/gfx
-@dirrm share/gdesklets/Displays/Clock