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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 24 19:25:38 UTC 2012


    Date: Sunday, June 24, 2012 @ 15:25:38
  Author: foutrelis
Revision: 162297

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

Added:
  xournal/repos/testing-i686/
  xournal/repos/testing-i686/PKGBUILD
    (from rev 162290, xournal/repos/staging-i686/PKGBUILD)
  xournal/repos/testing-i686/install
    (from rev 162290, xournal/repos/staging-i686/install)
  xournal/repos/testing-x86_64/
  xournal/repos/testing-x86_64/PKGBUILD
    (from rev 162290, xournal/repos/staging-x86_64/PKGBUILD)
  xournal/repos/testing-x86_64/install
    (from rev 162290, xournal/repos/staging-x86_64/install)
Deleted:
  xournal/repos/staging-i686/
  xournal/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-i686/install    |   13 +++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 testing-x86_64/install  |   13 +++++++++++++
 4 files changed, 80 insertions(+)

Copied: xournal/repos/testing-i686/PKGBUILD (from rev 162290, xournal/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournal
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr LIBS='-lm -lz'
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install desktop-install
+}

Copied: xournal/repos/testing-i686/install (from rev 162290, xournal/repos/staging-i686/install)
===================================================================
--- testing-i686/install	                        (rev 0)
+++ testing-i686/install	2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,13 @@
+post_install() {
+	update-desktop-database -q
+	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+	update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: xournal/repos/testing-x86_64/PKGBUILD (from rev 162290, xournal/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournal
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr LIBS='-lm -lz'
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install desktop-install
+}

Copied: xournal/repos/testing-x86_64/install (from rev 162290, xournal/repos/staging-x86_64/install)
===================================================================
--- testing-x86_64/install	                        (rev 0)
+++ testing-x86_64/install	2012-06-24 19:25:38 UTC (rev 162297)
@@ -0,0 +1,13 @@
+post_install() {
+	update-desktop-database -q
+	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+	update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list