[arch-commits] Commit in (16 files)

Andreas Radke andyrtr at archlinux.org
Sun Nov 12 13:43:19 UTC 2017


    Date: Sunday, November 12, 2017 @ 13:43:19
  Author: andyrtr
Revision: 309631

add libs required for future LibreOffice releases

Added:
  libepubgen/
  libepubgen/repos/
  libepubgen/trunk/
  libepubgen/trunk/PKGBUILD
  libfreehand/
  libfreehand/repos/
  libfreehand/trunk/
  libfreehand/trunk/PKGBUILD
  libqxp/
  libqxp/repos/
  libqxp/trunk/
  libqxp/trunk/PKGBUILD
  libstaroffice/
  libstaroffice/repos/
  libstaroffice/trunk/
  libstaroffice/trunk/PKGBUILD

------------------------------+
 libepubgen/trunk/PKGBUILD    |   52 +++++++++++++++++++++++++++++++++++++++++
 libfreehand/trunk/PKGBUILD   |   52 +++++++++++++++++++++++++++++++++++++++++
 libqxp/trunk/PKGBUILD        |   52 +++++++++++++++++++++++++++++++++++++++++
 libstaroffice/trunk/PKGBUILD |   25 +++++++++++++++++++
 4 files changed, 181 insertions(+)

Added: libepubgen/trunk/PKGBUILD
===================================================================
--- libepubgen/trunk/PKGBUILD	                        (rev 0)
+++ libepubgen/trunk/PKGBUILD	2017-11-12 13:43:19 UTC (rev 309631)
@@ -0,0 +1,52 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail at domain.com>
+pkgname=NAME
+pkgver=VERSION
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=()
+url=""
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.patch")
+noextract=()
+md5sums=()
+validpgpkeys=()
+
+prepare() {
+	cd "$pkgname-$pkgver"
+	patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
+}
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make -k check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}

Added: libfreehand/trunk/PKGBUILD
===================================================================
--- libfreehand/trunk/PKGBUILD	                        (rev 0)
+++ libfreehand/trunk/PKGBUILD	2017-11-12 13:43:19 UTC (rev 309631)
@@ -0,0 +1,52 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail at domain.com>
+pkgname=NAME
+pkgver=VERSION
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=()
+url=""
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.patch")
+noextract=()
+md5sums=()
+validpgpkeys=()
+
+prepare() {
+	cd "$pkgname-$pkgver"
+	patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
+}
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make -k check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}

Added: libqxp/trunk/PKGBUILD
===================================================================
--- libqxp/trunk/PKGBUILD	                        (rev 0)
+++ libqxp/trunk/PKGBUILD	2017-11-12 13:43:19 UTC (rev 309631)
@@ -0,0 +1,52 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name <youremail at domain.com>
+pkgname=NAME
+pkgver=VERSION
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=()
+url=""
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.patch")
+noextract=()
+md5sums=()
+validpgpkeys=()
+
+prepare() {
+	cd "$pkgname-$pkgver"
+	patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
+}
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make -k check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}

Added: libstaroffice/trunk/PKGBUILD
===================================================================
--- libstaroffice/trunk/PKGBUILD	                        (rev 0)
+++ libstaroffice/trunk/PKGBUILD	2017-11-12 13:43:19 UTC (rev 309631)
@@ -0,0 +1,25 @@
+# Maintainer: twa022 <twa022 at gmail dot com>
+
+pkgname=libstaroffice
+pkgver=0.0.5
+pkgrel=1
+pkgdesc='filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge'
+url='https://github.com/fosnola/libstaroffice'
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('librevenge')
+makedepends=('doxygen')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fosnola/libstaroffice/archive/${pkgver}.tar.gz")
+sha256sums=('26a148954f04f92ce648ab0a5e6faba53ded68b22f8d03afe8603d15b6b599d8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  NOCONFIGURE=1 ./autogen.sh 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list