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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 20:03:46 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:03:46
  Author: felixonmars
Revision: 1062479

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:03:45 UTC (rev 1062478)
+++ PKGBUILD	2021-12-02 20:03:46 UTC (rev 1062479)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=libpillowfight
-pkgname=(libpillowfight python-pillowfight)
-pkgver=0.3.0
-pkgrel=5
-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' 'ninja' 'python-nose' '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'
-}
-
-build() {
-  make -C $pkgbase src/pillowfight/_version.h
-  cmake -S $pkgbase -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
-  cmake --build build
-
-  cd $pkgbase
-  python setup.py build
-}
-
-package_libpillowfight() {
-  depends=(glibc)
-
-  DESTDIR="$pkgdir" cmake --install build
-}
-
-package_python-pillowfight() {
-  depends=(python-pillow)
-
-  cd $pkgbase
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: libpillowfight/repos/community-staging-x86_64/PKGBUILD (from rev 1062477, libpillowfight/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:03:46 UTC (rev 1062479)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=libpillowfight
+pkgname=(libpillowfight python-pillowfight)
+pkgver=0.3.0
+pkgrel=6
+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' 'ninja' 'python-nose' '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'
+}
+
+build() {
+  make -C $pkgbase src/pillowfight/_version.h
+  cmake -S $pkgbase -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
+
+  cd $pkgbase
+  python setup.py build
+}
+
+package_libpillowfight() {
+  depends=(glibc)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+package_python-pillowfight() {
+  depends=(python-pillow)
+
+  cd $pkgbase
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list