[arch-commits] Commit in gnote/repos (8 files)

2015-12-02 Thread Jan Steffens
Date: Wednesday, December 2, 2015 @ 22:31:06
  Author: heftig
Revision: 252136

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

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

+
 /PKGBUILD  |   78 +++
 /gnote.install |   42 +++
 extra-i686/PKGBUILD|   39 -
 extra-i686/gnote.install   |   21 ---
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/gnote.install |   21 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-02 21:29:05 UTC (rev 252135)
+++ extra-i686/PKGBUILD 2015-12-02 21:31:06 UTC (rev 252136)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.18.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=('4828363ae3ddac57d37a0a2b17882be8fe67afcecf97ae992cd744b95da1c348')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-i686/PKGBUILD (from rev 252135, gnote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-02 21:31:06 UTC (rev 252136)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.18.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=('5da4ec9e7852b09af1067311fc6ee18a2c64384f4f5943b71ac37665144be58d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnote.install
===
--- extra-i686/gnote.install2015-12-02 21:29:05 UTC (rev 252135)
+++ extra-i686/gnote.install2015-12-02 21:31:06 UTC (rev 252136)
@@ -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/extra-i686/gnote.install (from rev 252135, 
gnote/trunk/gnote.install)
===
--- extra-i686/gnote.install(rev 0)
+++ extra-i686/gnote.install2015-12-02 21:31:06 UTC (rev 252136)
@@ -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: extra-x86_64/PKGBUILD

[arch-commits] Commit in gnote/repos (8 files)

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 18:02:14
  Author: heftig
Revision: 247538

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnote/repos/gnome-unstable-i686/PKGBUILD
(from rev 247537, gnote/trunk/PKGBUILD)
  gnote/repos/gnome-unstable-i686/gnote.install
(from rev 247537, gnote/trunk/gnote.install)
  gnote/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247537, gnote/trunk/PKGBUILD)
  gnote/repos/gnome-unstable-x86_64/gnote.install
(from rev 247537, gnote/trunk/gnote.install)
Deleted:
  gnote/repos/gnome-unstable-i686/PKGBUILD
  gnote/repos/gnome-unstable-i686/gnote.install
  gnote/repos/gnome-unstable-x86_64/PKGBUILD
  gnote/repos/gnome-unstable-x86_64/gnote.install

-+
 /PKGBUILD   |   78 ++
 /gnote.install  |   42 ++
 gnome-unstable-i686/PKGBUILD|   39 -
 gnome-unstable-i686/gnote.install   |   21 -
 gnome-unstable-x86_64/PKGBUILD  |   39 -
 gnome-unstable-x86_64/gnote.install |   21 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-27 16:00:47 UTC (rev 247537)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 16:02:14 UTC (rev 247538)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.17.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=('83325032cb948f1dc9dfe266e69a447e755cf7cbf94327c5440f2e380512fa99')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/gnome-unstable-i686/PKGBUILD (from rev 247537, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 16:02:14 UTC (rev 247538)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.18.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=('4828363ae3ddac57d37a0a2b17882be8fe67afcecf97ae992cd744b95da1c348')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/gnote.install
===
--- gnome-unstable-i686/gnote.install   2015-09-27 16:00:47 UTC (rev 247537)
+++ gnome-unstable-i686/gnote.install   2015-09-27 16:02:14 UTC (rev 247538)
@@ -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/gnome-unstable-i686/gnote.install (from rev 247537, 
gnote/trunk/gnote.install)
===
--- gnome-unstable-i686/gnote.install   (rev 0)
+++ gnome-unstable-i686/gnote.install   2015-09-27 16:02:14 UTC (rev 247538)
@@ -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() {
+   

[arch-commits] Commit in gnote/repos (8 files)

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 22:51:27
  Author: bpiotrowski
Revision: 241168

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 20:51:11 UTC (rev 241167)
+++ extra-i686/PKGBUILD 2015-06-21 20:51:27 UTC (rev 241168)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.16.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=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
-
-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/extra-i686/PKGBUILD (from rev 241167, gnote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 20:51:27 UTC (rev 241168)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+
+pkgname=gnote
+pkgver=3.16.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=('8360a8ddfbc1cddd8970a29c66965f2de4d1330145f7cc7d47831205e2b10087')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnote.install
===
--- extra-i686/gnote.install2015-06-21 20:51:11 UTC (rev 241167)
+++ extra-i686/gnote.install2015-06-21 20:51:27 UTC (rev 241168)
@@ -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/extra-i686/gnote.install (from rev 241167, 
gnote/trunk/gnote.install)
===
--- extra-i686/gnote.install(rev 0)
+++ extra-i686/gnote.install2015-06-21 20:51:27 UTC (rev 241168)
@@ -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: extra-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in gnote/repos (8 files)

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:29:26
  Author: bpiotrowski
Revision: 122949

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 122948, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 122948, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 122948, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 122948, 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 2014-11-22 20:29:09 UTC (rev 122948)
+++ community-i686/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.13.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=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410')
-
-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 122948, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.14.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=('a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156')
+
+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.install2014-11-22 20:29:09 UTC (rev 122948)
+++ community-i686/gnote.install2014-11-22 20:29:26 UTC (rev 122949)
@@ -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 122948, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2014-11-22 20:29:26 UTC (rev 122949)
@@ -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() {
+   

[arch-commits] Commit in gnote/repos (8 files)

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:59:15
  Author: bpiotrowski
Revision: 119316

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 119315, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 119315, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 119315, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 119315, 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 2014-09-20 08:59:09 UTC (rev 119315)
+++ community-i686/PKGBUILD 2014-09-20 08:59:15 UTC (rev 119316)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.10.3
-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=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd')
-
-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 119315, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-20 08:59:15 UTC (rev 119316)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.13.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=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410')
+
+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.install2014-09-20 08:59:09 UTC (rev 119315)
+++ community-i686/gnote.install2014-09-20 08:59:15 UTC (rev 119316)
@@ -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 119315, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2014-09-20 08:59:15 UTC (rev 119316)
@@ -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() {
+  

[arch-commits] Commit in gnote/repos (8 files)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:12:42
  Author: bpiotrowski
Revision: 106214

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 106213, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 106213, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 106213, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 106213, 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 2014-02-25 15:12:36 UTC (rev 106213)
+++ community-i686/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214)
@@ -1,32 +0,0 @@
-# $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
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 106213, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.10.3
+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=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd')
+
+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.install2014-02-25 15:12:36 UTC (rev 106213)
+++ community-i686/gnote.install2014-02-25 15:12:42 UTC (rev 106214)
@@ -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 106213, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2014-02-25 15:12:42 UTC (rev 106214)
@@ -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() {
+

[arch-commits] Commit in gnote/repos (8 files)

2013-11-02 Thread Ionuț Mircea Bîru
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.install2013-11-02 11:32:00 UTC (rev 100333)
+++ community-i686/gnote.install2013-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.install2013-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() {
+

[arch-commits] Commit in gnote/repos (8 files)

2013-10-14 Thread Ionuț Mircea Bîru
Date: Monday, October 14, 2013 @ 11:58:10
  Author: ioni
Revision: 98581

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 98580, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 98580, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 98580, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 98580, 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  |   66 +++
 /gnote.install |   42 
 community-i686/PKGBUILD|   33 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-14 09:55:58 UTC (rev 98580)
+++ community-i686/PKGBUILD 2013-10-14 09:58:10 UTC (rev 98581)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.8.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')
-options=('!libtool')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa')
-
-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 98580, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-14 09:58:10 UTC (rev 98581)
@@ -0,0 +1,33 @@
+# $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')
+options=('!libtool')
+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
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2013-10-14 09:55:58 UTC (rev 98580)
+++ community-i686/gnote.install2013-10-14 09:58:10 UTC (rev 98581)
@@ -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 98580, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2013-10-14 09:58:10 UTC (rev 98581)
@@ -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
+}
+

[arch-commits] Commit in gnote/repos (8 files)

2013-05-12 Thread Jan Steffens
Date: Sunday, May 12, 2013 @ 14:57:54
  Author: heftig
Revision: 90444

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 90443, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 90443, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 90443, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 90443, 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  |   66 +++
 /gnote.install |   42 
 community-i686/PKGBUILD|   33 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 12:55:52 UTC (rev 90443)
+++ community-i686/PKGBUILD 2013-05-12 12:57:54 UTC (rev 90444)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.8.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')
-options=('!libtool')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6')
-
-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 90443, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 12:57:54 UTC (rev 90444)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.8.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')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa')
+
+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.install2013-05-12 12:55:52 UTC (rev 90443)
+++ community-i686/gnote.install2013-05-12 12:57:54 UTC (rev 90444)
@@ -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 90443, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2013-05-12 12:57:54 UTC (rev 90444)
@@ -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
+}
+

[arch-commits] Commit in gnote/repos (8 files)

2013-01-24 Thread Ionuț Mircea Bîru
Date: Thursday, January 24, 2013 @ 21:04:23
  Author: ioni
Revision: 82837

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 82836, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 82836, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 82836, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 82836, 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

+
 community-i686/PKGBUILD|   66 +++
 community-i686/gnote.install   |   42 
 community-x86_64/PKGBUILD  |   66 +++
 community-x86_64/gnote.install |   42 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 20:03:16 UTC (rev 82836)
+++ community-i686/PKGBUILD 2013-01-24 20:04:23 UTC (rev 82837)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.6.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')
-options=('!libtool')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f1f62ccf9cce1eef2ee2b41039360f946f3b4223983ca52223ccb6687a59f2f9')
-
-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 82836, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 20:04:23 UTC (rev 82837)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.6.2
+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')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('38f3b069874658f281445e04b8376d946580e4a5e39620f7e30fdd8216d46c1e')
+
+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.install2013-01-24 20:03:16 UTC (rev 82836)
+++ community-i686/gnote.install2013-01-24 20:04:23 UTC (rev 82837)
@@ -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 82836, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2013-01-24 20:04:23 UTC (rev 82837)
@@ -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