[arch-commits] Commit in mate-notification-daemon/repos (6 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Thu Jan 16 16:45:28 UTC 2014
Date: Thursday, January 16, 2014 @ 17:45:28
Author: flexiondotorg
Revision: 104203
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-notification-daemon/repos/community-i686/
mate-notification-daemon/repos/community-i686/PKGBUILD
(from rev 104202, mate-notification-daemon/trunk/PKGBUILD)
mate-notification-daemon/repos/community-i686/mate-notification-daemon.install
(from rev 104202, mate-notification-daemon/trunk/mate-notification-daemon.install)
mate-notification-daemon/repos/community-x86_64/
mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 104202, mate-notification-daemon/trunk/PKGBUILD)
mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install
(from rev 104202, mate-notification-daemon/trunk/mate-notification-daemon.install)
---------------------------------------------------+
community-i686/PKGBUILD | 34 ++++++++++++++++++++
community-i686/mate-notification-daemon.install | 12 +++++++
community-x86_64/PKGBUILD | 34 ++++++++++++++++++++
community-x86_64/mate-notification-daemon.install | 12 +++++++
4 files changed, 92 insertions(+)
Copied: mate-notification-daemon/repos/community-i686/PKGBUILD (from rev 104202, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 16:45:28 UTC (rev 104203)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-notification-daemon
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libmatewnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b911efdc4e37dc0b521165168fee03889f776c12')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-notification-daemon/repos/community-i686/mate-notification-daemon.install (from rev 104202, mate-notification-daemon/trunk/mate-notification-daemon.install)
===================================================================
--- community-i686/mate-notification-daemon.install (rev 0)
+++ community-i686/mate-notification-daemon.install 2014-01-16 16:45:28 UTC (rev 104203)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: mate-notification-daemon/repos/community-x86_64/PKGBUILD (from rev 104202, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-01-16 16:45:28 UTC (rev 104203)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-notification-daemon
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libmatewnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b911efdc4e37dc0b521165168fee03889f776c12')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-notification-daemon/repos/community-x86_64/mate-notification-daemon.install (from rev 104202, mate-notification-daemon/trunk/mate-notification-daemon.install)
===================================================================
--- community-x86_64/mate-notification-daemon.install (rev 0)
+++ community-x86_64/mate-notification-daemon.install 2014-01-16 16:45:28 UTC (rev 104203)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list