[arch-commits] Commit in mate-notification-daemon/repos (6 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:32:41 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:32:41
  Author: flexiondotorg
Revision: 106595

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-notification-daemon/repos/community-staging-i686/
  mate-notification-daemon/repos/community-staging-i686/PKGBUILD
    (from rev 106594, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-staging-i686/mate-notification-daemon.install
    (from rev 106594, mate-notification-daemon/trunk/mate-notification-daemon.install)
  mate-notification-daemon/repos/community-staging-x86_64/
  mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD
    (from rev 106594, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-staging-x86_64/mate-notification-daemon.install
    (from rev 106594, mate-notification-daemon/trunk/mate-notification-daemon.install)

-----------------------------------------------------------+
 community-staging-i686/PKGBUILD                           |   32 ++++++++++++
 community-staging-i686/mate-notification-daemon.install   |   12 ++++
 community-staging-x86_64/PKGBUILD                         |   32 ++++++++++++
 community-staging-x86_64/mate-notification-daemon.install |   12 ++++
 4 files changed, 88 insertions(+)

Copied: mate-notification-daemon/repos/community-staging-i686/PKGBUILD (from rev 106594, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:32:41 UTC (rev 106595)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-notification-daemon/repos/community-staging-i686/mate-notification-daemon.install (from rev 106594, mate-notification-daemon/trunk/mate-notification-daemon.install)
===================================================================
--- community-staging-i686/mate-notification-daemon.install	                        (rev 0)
+++ community-staging-i686/mate-notification-daemon.install	2014-03-05 22:32:41 UTC (rev 106595)
@@ -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-staging-x86_64/PKGBUILD (from rev 106594, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:32:41 UTC (rev 106595)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5f663ee460b7a4cdeab9d4ee3b17746e0eabb78d')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-notification-daemon/repos/community-staging-x86_64/mate-notification-daemon.install (from rev 106594, mate-notification-daemon/trunk/mate-notification-daemon.install)
===================================================================
--- community-staging-x86_64/mate-notification-daemon.install	                        (rev 0)
+++ community-staging-x86_64/mate-notification-daemon.install	2014-03-05 22:32:41 UTC (rev 106595)
@@ -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