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

2016-05-15 Thread Jan Steffens
Date: Sunday, May 15, 2016 @ 15:50:38
  Author: heftig
Revision: 268062

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

Added:
  gnote/repos/extra-i686/PKGBUILD
(from rev 268061, gnote/trunk/PKGBUILD)
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 268061, gnote/trunk/PKGBUILD)
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  |   74 +++
 extra-i686/PKGBUILD|   39 --
 extra-i686/gnote.install   |   21 
 extra-x86_64/PKGBUILD  |   39 --
 extra-x86_64/gnote.install |   21 
 5 files changed, 74 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-15 13:48:38 UTC (rev 268061)
+++ extra-i686/PKGBUILD 2016-05-15 13:50:38 UTC (rev 268062)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.20.0
-pkgrel=1
-pkgdesc='A note taking application'
-arch=('i686' 'x86_64')
-url='https://wiki.gnome.org/action/show/Apps/Gnote'
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c363595e6f2d1a9a640f02c83e4b8680ea6d3101315e59d39c4db2d585f81a9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-i686/PKGBUILD (from rev 268061, gnote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-15 13:50:38 UTC (rev 268062)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
+makedepends=(intltool itstool boost)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnote.install
===
--- extra-i686/gnote.install2016-05-15 13:48:38 UTC (rev 268061)
+++ extra-i686/gnote.install2016-05-15 13:50:38 UTC (rev 268062)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-15 13:48:38 UTC (rev 268061)
+++ extra-x86_64/PKGBUILD   2016-05-15 13:50:38 UTC (rev 268062)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.20.0
-pkgrel=1
-pkgdesc='A note taking application'
-arch=('i686' 'x86_64')
-url='https://wiki.gnome.org/action/show/Apps/Gnote'
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c363595e6f2d1a9a640f02c83e4b8680ea6d3101315e59d39c4db2d585f81a9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-

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

2016-03-29 Thread Jan de Groot
Date: Tuesday, March 29, 2016 @ 16:01:42
  Author: jgc
Revision: 263235

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

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

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

Copied: gnote/repos/gnome-unstable-i686/PKGBUILD (from rev 263234, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-29 14:01:42 UTC (rev 263235)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.20.0
+pkgrel=1
+pkgdesc='A note taking application'
+arch=('i686' 'x86_64')
+url='https://wiki.gnome.org/action/show/Apps/Gnote'
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c363595e6f2d1a9a640f02c83e4b8680ea6d3101315e59d39c4db2d585f81a9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnote/repos/gnome-unstable-i686/gnote.install (from rev 263234, 
gnote/trunk/gnote.install)
===
--- gnome-unstable-i686/gnote.install   (rev 0)
+++ gnome-unstable-i686/gnote.install   2016-03-29 14:01:42 UTC (rev 263235)
@@ -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
+}

Copied: gnote/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263234, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-29 14:01:42 UTC (rev 263235)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.20.0
+pkgrel=1
+pkgdesc='A note taking application'
+arch=('i686' 'x86_64')
+url='https://wiki.gnome.org/action/show/Apps/Gnote'
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c363595e6f2d1a9a640f02c83e4b8680ea6d3101315e59d39c4db2d585f81a9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnote/repos/gnome-unstable-x86_64/gnote.install (from rev 263234, 
gnote/trunk/gnote.install)
===
--- gnome-unstable-x86_64/gnote.install (rev 0)
+++ gnome-unstable-x86_64/gnote.install 2016-03-29 14:01:42 UTC (rev 263235)
@@ -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 (6 files)

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:16:07
  Author: bluewind
Revision: 253440

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

Added:
  gnote/repos/staging-i686/
  gnote/repos/staging-i686/PKGBUILD
(from rev 253438, gnote/trunk/PKGBUILD)
  gnote/repos/staging-i686/gnote.install
(from rev 253438, gnote/trunk/gnote.install)
  gnote/repos/staging-x86_64/
  gnote/repos/staging-x86_64/PKGBUILD
(from rev 253438, gnote/trunk/PKGBUILD)
  gnote/repos/staging-x86_64/gnote.install
(from rev 253439, gnote/trunk/gnote.install)

--+
 staging-i686/PKGBUILD|   39 +++
 staging-i686/gnote.install   |   21 +
 staging-x86_64/PKGBUILD  |   39 +++
 staging-x86_64/gnote.install |   21 +
 4 files changed, 120 insertions(+)

Copied: gnote/repos/staging-i686/PKGBUILD (from rev 253438, 
gnote/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:16:07 UTC (rev 253440)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.18.1
+pkgrel=2
+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
+}

Copied: gnote/repos/staging-i686/gnote.install (from rev 253438, 
gnote/trunk/gnote.install)
===
--- staging-i686/gnote.install  (rev 0)
+++ staging-i686/gnote.install  2015-12-07 15:16:07 UTC (rev 253440)
@@ -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
+}

Copied: gnote/repos/staging-x86_64/PKGBUILD (from rev 253438, 
gnote/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:16:07 UTC (rev 253440)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.18.1
+pkgrel=2
+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
+}

Copied: gnote/repos/staging-x86_64/gnote.install (from rev 253439, 
gnote/trunk/gnote.install)
===
--- staging-x86_64/gnote.install(rev 0)
+++ staging-x86_64/gnote.install2015-12-07 15:16:07 UTC (rev 253440)
@@ -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
+}


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

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 18:00:42
  Author: heftig
Revision: 247459

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

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

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

Copied: gnote/repos/gnome-unstable-i686/PKGBUILD (from rev 247458, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 16:00:42 UTC (rev 247459)
@@ -0,0 +1,39 @@
+# $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/gnote.install (from rev 247458, 
gnote/trunk/gnote.install)
===
--- gnome-unstable-i686/gnote.install   (rev 0)
+++ gnome-unstable-i686/gnote.install   2015-09-25 16:00:42 UTC (rev 247459)
@@ -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
+}

Copied: gnote/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247458, 
gnote/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-25 16:00:42 UTC (rev 247459)
@@ -0,0 +1,39 @@
+# $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-x86_64/gnote.install (from rev 247458, 
gnote/trunk/gnote.install)
===
--- gnome-unstable-x86_64/gnote.install (rev 0)
+++ gnome-unstable-x86_64/gnote.install 2015-09-25 16:00:42 UTC (rev 247459)
@@ -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
+}
+

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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 15:39:24
  Author: bpiotrowski
Revision: 241162

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

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

+
 extra-i686/PKGBUILD|   32 
 extra-i686/gnote.install   |   21 +
 extra-x86_64/PKGBUILD  |   32 
 extra-x86_64/gnote.install |   21 +
 4 files changed, 106 insertions(+)

Copied: gnote/repos/extra-i686/PKGBUILD (from rev 241161, gnote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,32 @@
+# $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/gnote.install (from rev 241161, 
gnote/trunk/gnote.install)
===
--- extra-i686/gnote.install(rev 0)
+++ extra-i686/gnote.install2015-06-21 13:39:24 UTC (rev 241162)
@@ -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
+}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 241161, 
gnote/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,32 @@
+# $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-x86_64/gnote.install (from rev 241161, 
gnote/trunk/gnote.install)
===
--- extra-x86_64/gnote.install  (rev 0)
+++ extra-x86_64/gnote.install  2015-06-21 13:39:24 UTC (rev 241162)
@@ -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
+}


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

2015-03-29 Thread Jan Steffens
Date: Sunday, March 29, 2015 @ 23:01:14
  Author: heftig
Revision: 130215

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

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

+
 community-testing-i686/PKGBUILD|   32 +++
 community-testing-i686/gnote.install   |   21 
 community-testing-x86_64/PKGBUILD  |   32 +++
 community-testing-x86_64/gnote.install |   21 
 4 files changed, 106 insertions(+)

Copied: gnote/repos/community-testing-i686/PKGBUILD (from rev 130214, 
gnote/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-29 21:01:14 UTC (rev 130215)
@@ -0,0 +1,32 @@
+# $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/community-testing-i686/gnote.install (from rev 130214, 
gnote/trunk/gnote.install)
===
--- community-testing-i686/gnote.install(rev 0)
+++ community-testing-i686/gnote.install2015-03-29 21:01:14 UTC (rev 
130215)
@@ -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
+}

Copied: gnote/repos/community-testing-x86_64/PKGBUILD (from rev 130214, 
gnote/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-29 21:01:14 UTC (rev 130215)
@@ -0,0 +1,32 @@
+# $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/community-testing-x86_64/gnote.install (from rev 130214, 
gnote/trunk/gnote.install)
===
--- community-testing-x86_64/gnote.install  (rev 0)
+++ community-testing-x86_64/gnote.install  2015-03-29 21:01:14 UTC (rev 
130215)
@@ -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
+}
+

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

2013-04-13 Thread Ionuț Mircea Bîru
Date: Saturday, April 13, 2013 @ 19:03:43
  Author: ioni
Revision: 88199

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

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

+
 community-testing-i686/PKGBUILD|   33 +++
 community-testing-i686/gnote.install   |   21 +++
 community-testing-x86_64/PKGBUILD  |   33 +++
 community-testing-x86_64/gnote.install |   21 +++
 4 files changed, 108 insertions(+)

Copied: gnote/repos/community-testing-i686/PKGBUILD (from rev 88198, 
gnote/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-13 17:03:43 UTC (rev 88199)
@@ -0,0 +1,33 @@
+# $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-testing-i686/gnote.install (from rev 88198, 
gnote/trunk/gnote.install)
===
--- community-testing-i686/gnote.install(rev 0)
+++ community-testing-i686/gnote.install2013-04-13 17:03:43 UTC (rev 
88199)
@@ -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
+}

Copied: gnote/repos/community-testing-x86_64/PKGBUILD (from rev 88198, 
gnote/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-13 17:03:43 UTC (rev 88199)
@@ -0,0 +1,33 @@
+# $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-testing-x86_64/gnote.install (from rev 88198, 
gnote/trunk/gnote.install)
===
--- community-testing-x86_64/gnote.install  (rev 0)
+++ community-testing-x86_64/gnote.install  2013-04-13 17:03:43 UTC (rev 
88199)
@@ -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