index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 20:39:05 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 20:39:05 +0200 |
commit | 0460d8f49aa4e7e37730c2e357c2274856d77a99 (patch) | |
tree | 1c65fe6f191686eca1e3c453d0302e1fe9afaae6 /extra | |
parent | e6d19efe290db5ed1f783634fb21300e2f4696df (diff) |
-rw-r--r-- | extra/libnotify/PKGBUILD | 10 |
diff --git a/extra/libnotify/PKGBUILD b/extra/libnotify/PKGBUILD deleted file mode 100644 index d93f3c86..00000000 --- a/extra/libnotify/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# break cycle with gtk3 on i486 -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//gtk3/}) - eval "$( - declare -f build | \ - sed ' - s/arch-meson/arch-meson -Dtests=false/ - ' - )" -fi |