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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:11:36 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:11:36
  Author: heftig
Revision: 182452

db-move: moved bijiben from [staging] to [testing] (i686, x86_64)

Added:
  bijiben/repos/testing-i686/
  bijiben/repos/testing-i686/PKGBUILD
    (from rev 182430, bijiben/repos/staging-i686/PKGBUILD)
  bijiben/repos/testing-i686/bijiben.install
    (from rev 182430, bijiben/repos/staging-i686/bijiben.install)
  bijiben/repos/testing-x86_64/
  bijiben/repos/testing-x86_64/PKGBUILD
    (from rev 182430, bijiben/repos/staging-x86_64/PKGBUILD)
  bijiben/repos/testing-x86_64/bijiben.install
    (from rev 182430, bijiben/repos/staging-x86_64/bijiben.install)
Deleted:
  bijiben/repos/staging-i686/
  bijiben/repos/staging-x86_64/

--------------------------------+
 testing-i686/PKGBUILD          |   28 ++++++++++++++++++++++++++++
 testing-i686/bijiben.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD        |   28 ++++++++++++++++++++++++++++
 testing-x86_64/bijiben.install |   13 +++++++++++++
 4 files changed, 82 insertions(+)

Copied: bijiben/repos/testing-i686/PKGBUILD (from rev 182430, bijiben/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=bijiben
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="Write out notes, every detail matters"
+arch=(i686 x86_64)
+url="https://live.gnome.org/Bijiben"
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: bijiben/repos/testing-i686/bijiben.install (from rev 182430, bijiben/repos/staging-i686/bijiben.install)
===================================================================
--- testing-i686/bijiben.install	                        (rev 0)
+++ testing-i686/bijiben.install	2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: bijiben/repos/testing-x86_64/PKGBUILD (from rev 182430, bijiben/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=bijiben
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="Write out notes, every detail matters"
+arch=(i686 x86_64)
+url="https://live.gnome.org/Bijiben"
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: bijiben/repos/testing-x86_64/bijiben.install (from rev 182430, bijiben/repos/staging-x86_64/bijiben.install)
===================================================================
--- testing-x86_64/bijiben.install	                        (rev 0)
+++ testing-x86_64/bijiben.install	2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    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