Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
[addpkg] gnome-shell-extension-update
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Jan 25, 2018
1 parent 6d0daa0 commit 49a9e05
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions antergos/gnome-shell-extension-update/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Maintainer: Antergos devs <devs@antergos.com>
# Original Maintainer: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
# Contributor: Michael Wendland <dev at michiwend dot com>

pkgname=gnome-shell-extension-update
pkgver=24
pkgrel=2
pkgdesc="Convenient indicator for Antergos updates in GNOME Shell."
arch=('any')
url="https://github.com/RaphaelRochet/arch-update"
license=('GPL3')
depends=('fakeroot' 'gnome-shell>=3.18')
conflicts=('gnome-shell-extensions-git' 'gnome-shell-extension-arch-update')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v${pkgver}.tar.gz")
sha512sums=('7f18968f3abb512449d13fb66a94e95fa4a9170a164f6e979394f5e5cdc88587e8b04f01e923879a30231f794b3c8f4a64b471692e04acad5a9d113a48b4bc84')


package() {
_uuid='arch-update@RaphaelRochet'
_install_dir="${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"

install -dm655 $_install_dir
cd "arch-update-${pkgver}"
cp -r * $_install_dir
}

1 comment on commit 49a9e05

@killajoe
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.