Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gcr-4


Commits:
05365a65 by Jan Alexander Steffens (heftig) at 2024-03-11T05:12:32+01:00
4.2.1-2: stop automatically enabling the socket

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcr-4/-/issues/2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − gcr-4.install


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gcr-4
        pkgdesc = A library for bits of crypto UI and parsing
        pkgver = 4.2.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.gnome.org/GNOME/gcr
        arch = x86_64
        license = LGPL-2.1-or-later
@@ -21,7 +21,6 @@ pkgbase = gcr-4
        b2sums = SKIP
 
 pkgname = gcr-4
-       install = gcr-4.install
        optdepends = gtk4: gcr-viewer-gtk4
        provides = libgck-2.so
        provides = libgcr-4.so


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=(
   gcr-4-docs
 )
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for bits of crypto UI and parsing"
 url="https://gitlab.gnome.org/GNOME/gcr";
 arch=(x86_64)
@@ -57,7 +57,6 @@ package_gcr-4() {
     libgck-2.so
     libgcr-4.so
   )
-  install=gcr-4.install
 
   meson install -C build --destdir "$pkgdir"
 


=====================================
gcr-4.install deleted
=====================================
@@ -1,8 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable gcr-ssh-agent.socket
-}
-
-pre_remove() {
-  systemctl --global disable gcr-ssh-agent.socket
-}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcr-4/-/commit/05365a655b39a1a53b07e137138be2bf36b52873

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


Reply via email to