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

Martin Wimpress flexiondotorg at archlinux.org
Mon Mar 16 14:43:00 UTC 2015


    Date: Monday, March 16, 2015 @ 15:43:00
  Author: flexiondotorg
Revision: 129365

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

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

---------------------------------------------------+
 /PKGBUILD                                         |   62 ++++++++++++++++++++
 /mate-notification-daemon.install                 |   24 +++++++
 community-i686/PKGBUILD                           |   31 ----------
 community-i686/mate-notification-daemon.install   |   12 ---
 community-x86_64/PKGBUILD                         |   31 ----------
 community-x86_64/mate-notification-daemon.install |   12 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-16 14:42:53 UTC (rev 129364)
+++ community-i686/PKGBUILD	2015-03-16 14:43:00 UTC (rev 129365)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-notification-daemon
-pkgver=1.8.1
-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')
-groups=('mate')
-provides=('notification-daemon')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6f7cba78f3eb9f3e96b67e12bee35186b734a5cb')
-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-i686/PKGBUILD (from rev 129364, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-16 14:43:00 UTC (rev 129365)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.8.2
+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')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a35be55b434e19748d91b73b717f661d69cf525e')
+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
+}

Deleted: community-i686/mate-notification-daemon.install
===================================================================
--- community-i686/mate-notification-daemon.install	2015-03-16 14:42:53 UTC (rev 129364)
+++ community-i686/mate-notification-daemon.install	2015-03-16 14:43:00 UTC (rev 129365)
@@ -1,12 +0,0 @@
-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-i686/mate-notification-daemon.install (from rev 129364, mate-notification-daemon/trunk/mate-notification-daemon.install)
===================================================================
--- community-i686/mate-notification-daemon.install	                        (rev 0)
+++ community-i686/mate-notification-daemon.install	2015-03-16 14:43:00 UTC (rev 129365)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-16 14:42:53 UTC (rev 129364)
+++ community-x86_64/PKGBUILD	2015-03-16 14:43:00 UTC (rev 129365)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-notification-daemon
-pkgver=1.8.1
-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')
-groups=('mate')
-provides=('notification-daemon')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6f7cba78f3eb9f3e96b67e12bee35186b734a5cb')
-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-x86_64/PKGBUILD (from rev 129364, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-16 14:43:00 UTC (rev 129365)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.8.2
+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')
+groups=('mate')
+provides=('notification-daemon')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a35be55b434e19748d91b73b717f661d69cf525e')
+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
+}

Deleted: community-x86_64/mate-notification-daemon.install
===================================================================
--- community-x86_64/mate-notification-daemon.install	2015-03-16 14:42:53 UTC (rev 129364)
+++ community-x86_64/mate-notification-daemon.install	2015-03-16 14:43:00 UTC (rev 129365)
@@ -1,12 +0,0 @@
-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/mate-notification-daemon.install (from rev 129364, mate-notification-daemon/trunk/mate-notification-daemon.install)
===================================================================
--- community-x86_64/mate-notification-daemon.install	                        (rev 0)
+++ community-x86_64/mate-notification-daemon.install	2015-03-16 14:43:00 UTC (rev 129365)
@@ -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