orage: updated to 4.12.1 and added new deps: popt libnotify

This commit is contained in:
Jose V Beneyto 2015-04-14 16:07:14 +02:00
parent bfe364f1af
commit 47dbf30b8f
3 changed files with 11 additions and 7 deletions

View File

@ -2,10 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/globaltime -rwxr-xr-x root/root usr/bin/globaltime
-rwxr-xr-x root/root usr/bin/orage -rwxr-xr-x root/root usr/bin/orage
-rwxr-xr-x root/root usr/bin/tz_convert
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/ drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/ drwxr-xr-x root/root usr/lib/xfce4/panel/
-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-orageclock-plugin drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/liborageclock.la
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/liborageclock.so
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/globaltime.1.gz -rw-r--r-- root/root usr/man/man1/globaltime.1.gz
@ -672,5 +675,6 @@ drwxr-xr-x root/root usr/share/orage/zoneinfo/US/
-rw-r--r-- root/root usr/share/orage/zoneinfo/tz_convert.par -rw-r--r-- root/root usr/share/orage/zoneinfo/tz_convert.par
-rw-r--r-- root/root usr/share/orage/zoneinfo/zones.tab -rw-r--r-- root/root usr/share/orage/zoneinfo/zones.tab
drwxr-xr-x root/root usr/share/xfce4/ drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/panel-plugins/ drwxr-xr-x root/root usr/share/xfce4/panel/
-rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
-rw-r--r-- root/root usr/share/xfce4/panel/plugins/xfce4-orageclock-plugin.desktop

View File

@ -1 +1 @@
b33fa272d92f539a224a7a40b1926dfc orage-4.10.0.tar.bz2 2b7f5d38cb5c6edbcc65d0f52a742e46 orage-4.12.1.tar.bz2

View File

@ -2,11 +2,11 @@
# URL: http://www.xfce.org/projects/orage # URL: http://www.xfce.org/projects/orage
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu # Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de # Packager: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: xfce4-panel # Depends on: xfce4-panel popt libnotify
# Group: xfce4 # Group: xfce4
name=orage name=orage
version=4.10.0 version=4.12.1
release=1 release=1
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2) source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)