kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / nwg-look


Commits:
8023263d by kpcyrd at 2024-02-12T01:12:43+01:00
upgpkg: 0.2.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = nwg-look
        pkgdesc = GTK3 settings editor adapted to work on wlroots-based 
compositors
-       pkgver = 0.2.6
+       pkgver = 0.2.7
        pkgrel = 1
        url = https://github.com/nwg-piotr/nwg-look
        arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = nwg-look
        depends = libpangocairo-1.0.so
        depends = libz.so
        depends = xcur2png
-       source = 
https://github.com/nwg-piotr/nwg-look/archive/v0.2.6/nwg-look-0.2.6.tar.gz
-       sha256sums = 
ac3cb75ece7058120a5ed6b4ec8a321af0a66b522fdc7627bbab44dc1aaac8f8
-       b2sums = 
23235ec75bdf89fb59f4893597b059fbee778fcf6b380a7348835141a779bc2bff12fd424e74b79e85cb5848af6029d451cf0831f138613b95e4542257f60415
+       source = 
https://github.com/nwg-piotr/nwg-look/archive/v0.2.7/nwg-look-0.2.7.tar.gz
+       sha256sums = 
20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3
+       b2sums = 
da1eedf00c5eafe5e5e4b8890c1a98366a20d50fa2da4ab07965fac54c9d92ea4d871ce75e83c3d1d5e35a075a585f8f22cbad7aa42b7504e63e842034af85b4
 
 pkgname = nwg-look


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Piotr Miller <nwg.pi...@gmail.com>
 
 pkgname=nwg-look
-pkgver=0.2.6
+pkgver=0.2.7
 pkgrel=1
 pkgdesc="GTK3 settings editor adapted to work on wlroots-based compositors"
 url="https://github.com/nwg-piotr/nwg-look";
@@ -33,8 +33,8 @@ makedepends=(
   'go'
 )
 
source=(https://github.com/nwg-piotr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ac3cb75ece7058120a5ed6b4ec8a321af0a66b522fdc7627bbab44dc1aaac8f8')
-b2sums=('23235ec75bdf89fb59f4893597b059fbee778fcf6b380a7348835141a779bc2bff12fd424e74b79e85cb5848af6029d451cf0831f138613b95e4542257f60415')
+sha256sums=('20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3')
+b2sums=('da1eedf00c5eafe5e5e4b8890c1a98366a20d50fa2da4ab07965fac54c9d92ea4d871ce75e83c3d1d5e35a075a585f8f22cbad7aa42b7504e63e842034af85b4')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -44,18 +44,12 @@ build() {
     -mod=readonly \
     -modcacherw \
     -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+    -o bin/nwg-look \
     .
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" nwg-look
-  install -Dm 644 -t "${pkgdir}/usr/share/${pkgname}" stuff/main.glade
-  install -Dm 644 -t "${pkgdir}/usr/share/${pkgname}/langs" langs/*
-  install -Dm 644 -t "${pkgdir}/usr/share/applications" stuff/nwg-look.desktop
-  install -Dm 644 -t "${pkgdir}/usr/share/pixmaps" stuff/nwg-look.svg
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+  make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-look/-/commit/8023263d725ec4b749e9b12725ef4b14c6d4b7b5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-look/-/commit/8023263d725ec4b749e9b12725ef4b14c6d4b7b5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to