Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
startup-notification


Commits:
4c60b56b by Balló György at 2024-07-20T20:44:19+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -6,14 +6,19 @@ pkgname=startup-notification
 pkgver=0.12
 pkgrel=8
 pkgdesc='Libary to monitor and display application startup'
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.freedesktop.org/wiki/Software/startup-notification/'
-license=('LGPL-2.0-or-later')
-depends=('glibc' 'libx11' 'libxcb' 'xcb-util')
-makedepends=('git')
+license=(LGPL-2.0-or-later)
+depends=(
+  glibc
+  libx11
+  libxcb
+  xcb-util
+)
+makedepends=(git)
 
source=("git+https://gitlab.freedesktop.org/xdg/$pkgname.git?signed#tag=STARTUP_NOTIFICATION_${pkgver//./_}";)
-b2sums=('669d5d2eec7879a6b8385449c01fdaa66f76c06e7f07df429e8c0f1d5dba2fe6822995fa8798e0f6dc4ccea7645603d706fad701b9222e1e027cebbbc143ead8')
-validpgpkeys=('5361BD40015B74382739101A611BA9508B78A5C2') # Julien Danjou 
<jul...@danjou.info>
+b2sums=(669d5d2eec7879a6b8385449c01fdaa66f76c06e7f07df429e8c0f1d5dba2fe6822995fa8798e0f6dc4ccea7645603d706fad701b9222e1e027cebbbc143ead8)
+validpgpkeys=(5361BD40015B74382739101A611BA9508B78A5C2) # Julien Danjou 
<jul...@danjou.info>
 
 prepare() {
   cd $pkgname
@@ -22,7 +27,10 @@ prepare() {
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/4c60b56b1391dc76ab2c557537bce9dd74ca6a1e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/4c60b56b1391dc76ab2c557537bce9dd74ca6a1e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to