diff options
Diffstat (limited to 'notification-daemon')
-rw-r--r-- | notification-daemon/.footprint.i686 | 4 | ||||
-rw-r--r-- | notification-daemon/.footprint.x86_64 | 4 | ||||
-rw-r--r-- | notification-daemon/.md5sum.i686 | 2 | ||||
-rw-r--r-- | notification-daemon/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | notification-daemon/Pkgfile | 5 |
5 files changed, 12 insertions, 5 deletions
diff --git a/notification-daemon/.footprint.i686 b/notification-daemon/.footprint.i686 index 1508f0b..e812323 100644 --- a/notification-daemon/.footprint.i686 +++ b/notification-daemon/.footprint.i686 @@ -4,3 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/notification-daemon.desktop +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/notification-daemon.mo diff --git a/notification-daemon/.footprint.x86_64 b/notification-daemon/.footprint.x86_64 index 1508f0b..e812323 100644 --- a/notification-daemon/.footprint.x86_64 +++ b/notification-daemon/.footprint.x86_64 @@ -4,3 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/notification-daemon.desktop +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/notification-daemon.mo diff --git a/notification-daemon/.md5sum.i686 b/notification-daemon/.md5sum.i686 index ff7838f..9c22af1 100644 --- a/notification-daemon/.md5sum.i686 +++ b/notification-daemon/.md5sum.i686 @@ -1 +1 @@ -6ef69d56ac727e8d3ad69e1abdbe98c5 notification-daemon-0.7.1.tar.bz2 +970f179b84ff7bfe58a6a3f686785d31 notification-daemon-0.7.2.tar.xz diff --git a/notification-daemon/.md5sum.x86_64 b/notification-daemon/.md5sum.x86_64 index ff7838f..9c22af1 100644 --- a/notification-daemon/.md5sum.x86_64 +++ b/notification-daemon/.md5sum.x86_64 @@ -1 +1 @@ -6ef69d56ac727e8d3ad69e1abdbe98c5 notification-daemon-0.7.1.tar.bz2 +970f179b84ff7bfe58a6a3f686785d31 notification-daemon-0.7.2.tar.xz diff --git a/notification-daemon/Pkgfile b/notification-daemon/Pkgfile index 4f16ed9..4b40624 100644 --- a/notification-daemon/Pkgfile +++ b/notification-daemon/Pkgfile @@ -5,9 +5,9 @@ # Run on: gtk3,libcanberra name=notification-daemon -version=0.7.1 +version=0.7.2 release=1 -source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version @@ -15,5 +15,4 @@ build() { --libexecdir=/usr/bin make make DESTDIR=$PKG install - rm -rf $PKG/usr/share/locale } |