🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: adwaita-qt
pkgver: '1.4.2'
pkgrel: '2'
pkgdesc: A style to bend Qt applications to look like they belong into GNOME Shell
url: 'https://github.com/MartinBriza/adwaita-qt'
arch: x86_64
depends: []
makedepends:
- cmake
- qtbase
- qtx11extras
source:
- 'https://github.com/MartinBriza/${pkgname}/archive/${pkgver}.tar.gz'
sha256sums:
- cd5fd71c46271d70c08ad44562e57c34e787d6a8650071db115910999a335ba8
build: |
cmake -B build -S adwaita-qt-1.4.2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
cmake --build build
package: |
DESTDIR="${PKGDIR}" cmake --install build
update: "feed=https://github.com/MartinBriza/adwaita-qt/releases.atom \nexec=\"lynx -read_timeout=20 -dump -listonly -nonumbers\
\ $feed\"\nligne=1 # nombre de notification ? afficher\n$exec $feed | grep title | \\\nsed \"s@<title>@@\" | \\\nsed \"\
s@</title>@@\" | \\\nhead -n $(($ligne+1 )) | \\\ntail -n $(($ligne))\n"