Date: Saturday, November 2, 2013 @ 12:34:59
  Author: ioni
Revision: 100334

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

Added:
  gnote/repos/community-i686/PKGBUILD
    (from rev 100333, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
    (from rev 100333, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
    (from rev 100333, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
    (from rev 100333, gnote/trunk/gnote.install)
Deleted:
  gnote/repos/community-i686/PKGBUILD
  gnote/repos/community-i686/gnote.install
  gnote/repos/community-x86_64/PKGBUILD
  gnote/repos/community-x86_64/gnote.install

--------------------------------+
 /PKGBUILD                      |   64 +++++++++++++++++++++++++++++++++++++++
 /gnote.install                 |   42 +++++++++++++++++++++++++
 community-i686/PKGBUILD        |   32 -------------------
 community-i686/gnote.install   |   21 ------------
 community-x86_64/PKGBUILD      |   32 -------------------
 community-x86_64/gnote.install |   21 ------------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-11-02 11:32:00 UTC (rev 100333)
+++ community-i686/PKGBUILD     2013-11-02 11:34:59 UTC (rev 100334)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ib...@archlinux.org>
-# Contributor: uastasi <uast...@archlinux.us>
-pkgname=gnote
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A note taking application."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Gnote";
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b')
-
-build() {
-    cd $pkgname-$pkgver
-    ./configure --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --libexecdir=/usr/lib/gnote \
-        --disable-scrollkeeper \
-        --disable-schemas-compile \
-        --disable-static
-    make
-}
-
-package() {
-    cd $pkgname-$pkgver
-    make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 100333, 
gnote/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-11-02 11:34:59 UTC (rev 100334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru <ib...@archlinux.org>
+# Contributor: uastasi <uast...@archlinux.us>
+pkgname=gnote
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote";
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/gnote \
+        --disable-scrollkeeper \
+        --disable-schemas-compile \
+        --disable-static
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnote.install
===================================================================
--- community-i686/gnote.install        2013-11-02 11:32:00 UTC (rev 100333)
+++ community-i686/gnote.install        2013-11-02 11:34:59 UTC (rev 100334)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-    glib-compile-schemas usr/share/glib-2.0/schemas
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-pre_upgrade() {
-    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-        usr/sbin/gconfpkg --uninstall ${pkgname}
-    fi
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 100333, 
gnote/trunk/gnote.install)
===================================================================
--- community-i686/gnote.install                                (rev 0)
+++ community-i686/gnote.install        2013-11-02 11:34:59 UTC (rev 100334)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+    glib-compile-schemas usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+pre_upgrade() {
+    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-11-02 11:32:00 UTC (rev 100333)
+++ community-x86_64/PKGBUILD   2013-11-02 11:34:59 UTC (rev 100334)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ib...@archlinux.org>
-# Contributor: uastasi <uast...@archlinux.us>
-pkgname=gnote
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A note taking application."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Gnote";
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b')
-
-build() {
-    cd $pkgname-$pkgver
-    ./configure --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --libexecdir=/usr/lib/gnote \
-        --disable-scrollkeeper \
-        --disable-schemas-compile \
-        --disable-static
-    make
-}
-
-package() {
-    cd $pkgname-$pkgver
-    make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/community-x86_64/PKGBUILD (from rev 100333, 
gnote/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 11:34:59 UTC (rev 100334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru <ib...@archlinux.org>
+# Contributor: uastasi <uast...@archlinux.us>
+pkgname=gnote
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote";
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/gnote \
+        --disable-scrollkeeper \
+        --disable-schemas-compile \
+        --disable-static
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gnote.install
===================================================================
--- community-x86_64/gnote.install      2013-11-02 11:32:00 UTC (rev 100333)
+++ community-x86_64/gnote.install      2013-11-02 11:34:59 UTC (rev 100334)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-    glib-compile-schemas usr/share/glib-2.0/schemas
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-pre_upgrade() {
-    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-        usr/sbin/gconfpkg --uninstall ${pkgname}
-    fi
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnote/repos/community-x86_64/gnote.install (from rev 100333, 
gnote/trunk/gnote.install)
===================================================================
--- community-x86_64/gnote.install                              (rev 0)
+++ community-x86_64/gnote.install      2013-11-02 11:34:59 UTC (rev 100334)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+    glib-compile-schemas usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+pre_upgrade() {
+    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to