Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
xmonad-extras


Commits:
642420ea by Felix Yan at 2024-02-26T20:16:04+00:00
upgpkg: 0.17.1-2: rebuild with GHC 9.2.8, apply-refact 0.11.0.0, 
cabal-install-parsers 0.4.5,cabal-plan 0.7.2.1, dbus 1.3.1, doctest-parallel 
0.3.1, filepath-bytestring 1.4.2.1.13, fourmolu 0.9.0.0, ghc-exactprint 1.5.0, 
ghc-lib-parser 9.2.8.20230729, ghc-lib-parser-ex 9.2.1.1, hlint 3.4.1, ormolu 
0.5.0.1, resolv 0.2.0.2, retrie 1.2.2, stack 2.9.1, stylish-haskell 0.14.3.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = xmonad-extras
        pkgdesc = Third party extensions for xmonad with wacky dependencies
        pkgver = 0.17.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/xmonad/xmonad-extras
        arch = x86_64
        license = BSD
        makedepends = ghc
+       makedepends = uusi
        depends = ghc-libs
        depends = haskell-x11
        depends = haskell-alsa-mixer


=====================================
PKGBUILD
=====================================
@@ -2,23 +2,28 @@
 
 pkgname=xmonad-extras
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Third party extensions for xmonad with wacky dependencies"
 url="https://github.com/xmonad/xmonad-extras";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-x11' 'haskell-alsa-mixer' 'haskell-dbus' 
'haskell-hint'
          'haskell-libmpd' 'haskell-network' 'haskell-regex-posix' 'xmonad' 
'xmonad-contrib')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('903dfd7a6392173e33af72e9d46a40fe83f2e3f275e1dac4e2964c89064f7822')
 
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u bytestring -u dbus
+}
+
 build() {
   cd $pkgname-$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 \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' \
     -f-testing -fwith_dbus -fwith_brightness -fwith_hint -f-with_hlist 
-fwith_mpd -fwith_regex_posix -fwith_sound -fwith_template_haskell
@@ -32,7 +37,7 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmonad-extras/-/commit/642420ea11cc707cdb182e23484a89cdcfd34aa1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmonad-extras/-/commit/642420ea11cc707cdb182e23484a89cdcfd34aa1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to