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


Commits:
df04c359 by Balló György at 2024-07-19T21:29:05+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,19 +5,48 @@ pkgname=gnome-applets
 pkgver=3.52.0
 pkgrel=2
 pkgdesc='Small applications for the GNOME Panel'
-arch=('x86_64')
+arch=(x86_64)
 url='https://wiki.gnome.org/Projects/GnomeApplets'
-license=('GPL-2.0-or-later')
-depends=('at-spi2-core' 'cairo' 'cpupower' 'dconf' 'gdk-pixbuf2' 'glib2' 
'glibc' 'gnome-panel'
-         'gsettings-desktop-schemas' 'gtk3' 'hicolor-icon-theme' 'libgtop' 
'libgweather-4'
-         'libnotify' 'libwnck3' 'libx11' 'libxml2' 'pango' 'polkit' 'tracker3' 
'upower')
-makedepends=('autoconf-archive' 'git' 'glib2-devel' 'yelp-tools')
+license=(GPL-2.0-or-later)
+depends=(
+  at-spi2-core
+  cairo
+  cpupower
+  dconf
+  gdk-pixbuf2
+  glib2
+  glibc
+  gnome-panel
+  gsettings-desktop-schemas
+  gtk3
+  hicolor-icon-theme
+  libgtop
+  libgweather-4
+  libnotify
+  libwnck3
+  libx11
+  libxml2
+  pango
+  polkit
+  tracker3
+  upower
+)
+makedepends=(
+  autoconf-archive
+  git
+  glib2-devel
+  yelp-tools
+)
 optdepends=('tracker3-miners: Search bar')
-source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=$pkgver";
-        'gnome-applets-98.patch')
-b2sums=('407d35d76d56f32ef1cd86404c66077f776f93f5f9cfbaaa7f679f2247cc2f26c17f58b9cbc4ba61177894ecbc795559cd3d23a4d76258e84047c4b127e5949e'
-        
'd33772454e20dbfcb884e9ccbb4ad8705366c6a0313f94fef3791c90daa4d5daf50b39333b2af89992c37d34fdca99cb42384d479dd07438095ec2f67a214fe1')
-validpgpkeys=('7B44FD78E49334EC10B3B288A3D013EC303E1894') # Alberts 
Muktupāvels <[email protected]>
+source=(
+  git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=$pkgver
+  gnome-applets-98.patch
+)
+b2sums=(
+  
407d35d76d56f32ef1cd86404c66077f776f93f5f9cfbaaa7f679f2247cc2f26c17f58b9cbc4ba61177894ecbc795559cd3d23a4d76258e84047c4b127e5949e
+  
d33772454e20dbfcb884e9ccbb4ad8705366c6a0313f94fef3791c90daa4d5daf50b39333b2af89992c37d34fdca99cb42384d479dd07438095ec2f67a214fe1
+)
+validpgpkeys=(7B44FD78E49334EC10B3B288A3D013EC303E1894) # Alberts Muktupāvels 
<[email protected]>
 
 prepare() {
   cd $pkgname
@@ -30,7 +59,12 @@ prepare() {
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --disable-debug --enable-compile-warnings
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug \
+    --enable-compile-warnings
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/df04c359200dde413a8ac03c70bcd6a6d48f95e8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/df04c359200dde413a8ac03c70bcd6a6d48f95e8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to