This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[addpkg] gnome-shell-extension-update
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
|
49a9e05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Icons?
http://antergos.kamprad.net/Downloads/antergos-updater/