[arch-commits] Commit in libpillowfight/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 12:11:59 UTC 2020


    Date: Thursday, November 12, 2020 @ 12:11:59
  Author: foutrelis
Revision: 751717

archrelease: copy trunk to community-staging-x86_64

Added:
  libpillowfight/repos/community-staging-x86_64/PKGBUILD
    (from rev 751716, libpillowfight/trunk/PKGBUILD)
Deleted:
  libpillowfight/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 12:11:55 UTC (rev 751716)
+++ PKGBUILD	2020-11-12 12:11:59 UTC (rev 751717)
@@ -1,50 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=libpillowfight
-pkgname=(libpillowfight python-pillowfight)
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Small library containing various image processing algorithms"
-arch=(x86_64)
-url="https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight"
-license=(GPL2)
-depends=(glibc python-pillow)
-makedepends=(cmake git python-setuptools)
-_commit=dae21f97de872e4ad2e94f1b0fc53302a00259fd  # tags/0.3.0^0
-source=("git+https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  [[ -d build ]] || mkdir build
-}
-
-
-build() {
-  cd $pkgbase
-  make build_py
-
-  cd ../build
-  cmake -G "Unix Makefiles" ../$pkgbase/ \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-}
-
-package_libpillowfight() {
-  depends=(glibc)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_python-pillowfight() {
-  depends=(python-pillow)
-
-  cd $pkgbase
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: libpillowfight/repos/community-staging-x86_64/PKGBUILD (from rev 751716, libpillowfight/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 12:11:59 UTC (rev 751717)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=libpillowfight
+pkgname=(libpillowfight python-pillowfight)
+pkgver=0.3.0
+pkgrel=3
+pkgdesc="Small library containing various image processing algorithms"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight"
+license=(GPL2)
+depends=(glibc python-pillow)
+makedepends=(cmake git python-setuptools)
+_commit=dae21f97de872e4ad2e94f1b0fc53302a00259fd  # tags/0.3.0^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+
+build() {
+  cd $pkgbase
+  make build_py
+
+  cd ../build
+  cmake -G "Unix Makefiles" ../$pkgbase/ \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+}
+
+package_libpillowfight() {
+  depends=(glibc)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_python-pillowfight() {
+  depends=(python-pillow)
+
+  cd $pkgbase
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list