Date: Sunday, September 18, 2022 @ 14:35:03
  Author: jelle
Revision: 1304871

archrelease: copy trunk to community-x86_64

Added:
  libcomps/repos/community-x86_64/PKGBUILD
    (from rev 1304870, libcomps/trunk/PKGBUILD)
Deleted:
  libcomps/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-18 14:34:53 UTC (rev 1304870)
+++ PKGBUILD    2022-09-18 14:35:03 UTC (rev 1304871)
@@ -1,52 +0,0 @@
-# Contributor: larchunix
-# Maintainer: Jelle van der Waa <[email protected]>
-
-pkgname=libcomps
-pkgver=0.1.18
-pkgrel=1
-pkgdesc="Comps XML file manipulation library"
-arch=('x86_64')
-url="https://github.com/rpm-software-management/$pkgname";
-license=('GPL2')
-depends=('expat' 'libxml2' 'zlib')
-makedepends=('cmake' 'python' 'python-setuptools' 'doxygen' 'python-sphinx')
-checkdepends=('check')
-optdepends=('python: for python bindings')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('02f8aa83dfd19beb7ce250b39818017a6eda7c3984caf8efbd2fc0c70d97bc9a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake -B build -S libcomps \
-        -DCMAKE_BUILD_TYPE=None \
-        -DCMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_INSTALL_LIBDIR=lib \
-        -Wno-dev
-
-  make -C build
-
-  make -C build docs
-  make -C build pydocs
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  make -C build test
-  make -C build pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make -C build DESTDIR="$pkgdir/" install
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"/{doxygen,sphinx}
-  cp -Rp build/docs/libcomps-doc/html/ 
"$pkgdir/usr/share/doc/$pkgname/doxygen/"
-  rm -r build/src/python/docs/html/.doctrees
-  cp -Rp build/src/python/docs/html/   "$pkgdir/usr/share/doc/$pkgname/sphinx/"
-
-  install -Dp -m644 README.md  "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: libcomps/repos/community-x86_64/PKGBUILD (from rev 1304870, 
libcomps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-18 14:35:03 UTC (rev 1304871)
@@ -0,0 +1,52 @@
+# Contributor: larchunix
+# Maintainer: Jelle van der Waa <[email protected]>
+
+pkgname=libcomps
+pkgver=0.1.19
+pkgrel=1
+pkgdesc="Comps XML file manipulation library"
+arch=('x86_64')
+url="https://github.com/rpm-software-management/$pkgname";
+license=('GPL2')
+depends=('expat' 'libxml2' 'zlib')
+makedepends=('cmake' 'python' 'python-setuptools' 'doxygen' 'python-sphinx')
+checkdepends=('check')
+optdepends=('python: for python bindings')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('19433751eecf5ceee4b85c9244496d9d32af78af6fc17db697b39501f8308f94')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake -B build -S libcomps \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -Wno-dev
+
+  make -C build
+
+  make -C build docs
+  make -C build pydocs
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make -C build test
+  make -C build pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make -C build DESTDIR="$pkgdir/" install
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"/{doxygen,sphinx}
+  cp -Rp build/docs/libcomps-doc/html/ 
"$pkgdir/usr/share/doc/$pkgname/doxygen/"
+  rm -r build/src/python/docs/html/.doctrees
+  cp -Rp build/src/python/docs/html/   "$pkgdir/usr/share/doc/$pkgname/sphinx/"
+
+  install -Dp -m644 README.md  "$pkgdir/usr/share/doc/$pkgname/README.md"
+}

Reply via email to