Date: Saturday, February 25, 2023 @ 22:43:53
  Author: felixonmars
Revision: 1404034

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-gi-cairo-connector/repos/community-staging-x86_64/PKGBUILD
    (from rev 1404033, haskell-gi-cairo-connector/trunk/PKGBUILD)
Deleted:
  haskell-gi-cairo-connector/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-25 22:43:45 UTC (rev 1404033)
+++ PKGBUILD    2023-02-25 22:43:53 UTC (rev 1404034)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-_hkgname=gi-cairo-connector
-pkgname=haskell-gi-cairo-connector
-pkgver=0.1.1
-pkgrel=40
-pkgdesc="GI friendly Binding to the Cairo library."
-url="https://github.com/cohomology/gi-cairo-render";
-license=("LGPL2.1")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-gi-cairo' 'haskell-gi-cairo-render' 
'haskell-gi-base')
-makedepends=('ghc' 'uusi')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('6cd806caa868a2be2f240c28eef691a3290fbbd5f519cbbde7ced3067a506c4a')
-
-prepare() {
-  cd $_hkgname-$pkgver
-  gen-setup
-}
-
-build() {
-  cd $_hkgname-$pkgver
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
-    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
-    --ghc-option='-pie' 
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $_hkgname-$pkgver
-  runhaskell Setup test --show-details=direct
-}
-
-package() {
-  cd $_hkgname-$pkgver
-
-  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
-  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-gi-cairo-connector/repos/community-staging-x86_64/PKGBUILD 
(from rev 1404033, haskell-gi-cairo-connector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-25 22:43:53 UTC (rev 1404034)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <[email protected]>
+
+_hkgname=gi-cairo-connector
+pkgname=haskell-gi-cairo-connector
+pkgver=0.1.1
+pkgrel=41
+pkgdesc="GI friendly Binding to the Cairo library."
+url="https://github.com/cohomology/gi-cairo-render";
+license=("LGPL2.1")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-gi-cairo' 'haskell-gi-cairo-render' 
'haskell-gi-base')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('6cd806caa868a2be2f240c28eef691a3290fbbd5f519cbbde7ced3067a506c4a')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie' 
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Reply via email to