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


Commits:
3697a7a8 by Balló György at 2024-05-12T18:28:37+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,8 +5,9 @@ pkgbase = gnome-shell-extension-caffeine
        url = https://github.com/eonpatapon/gnome-shell-extension-caffeine
        arch = any
        license = GPL-3.0-or-later
+       makedepends = git
        depends = gnome-shell
-       source = 
https://github.com/eonpatapon/gnome-shell-extension-caffeine/archive/v53/gnome-shell-extension-caffeine-53.tar.gz
-       sha256sums = 
c35c3a3b52c18aca9f101257f1c7f4f492f9d4fa146ca6a74d1b141311cab8c5
+       source = 
git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git#tag=v53
+       b2sums = 
5f00c8ba0cb7b02d9f946bd2e5c98c9c4b0b21f43e8d831065e50fce6b9c31cdb78ae76a00f1f38c54dffebd876648682b75accfd9a0eeb76d1c49716b999311
 
 pkgname = gnome-shell-extension-caffeine


=====================================
PKGBUILD
=====================================
@@ -10,16 +10,17 @@ arch=('any')
 url='https://github.com/eonpatapon/gnome-shell-extension-caffeine'
 license=('GPL-3.0-or-later')
 depends=('gnome-shell')
-source=("https://github.com/eonpatapon/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c35c3a3b52c18aca9f101257f1c7f4f492f9d4fa146ca6a74d1b141311cab8c5')
+makedepends=('git')
+source=("git+https://github.com/eonpatapon/gnome-shell-extension-caffeine.git#tag=v$pkgver";)
+b2sums=('5f00c8ba0cb7b02d9f946bd2e5c98c9c4b0b21f43e8d831065e50fce6b9c31cdb78ae76a00f1f38c54dffebd876648682b75accfd9a0eeb76d1c49716b999311')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make build
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   install -dm755 "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
   bsdtar -xf $_uuid.zip -C "$pkgdir/usr/share/gnome-shell/extensions/$_uuid" 
--no-same-owner
   install -dm755 "$pkgdir/usr/share/glib-2.0"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-caffeine/-/commit/3697a7a82cf466a99561195afc74c67c5e7579da

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-caffeine/-/commit/3697a7a82cf466a99561195afc74c67c5e7579da
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to