mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 04:22:21 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
cd97fde909
2 changed files with 35 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = adesklet-calendar
|
||||
pkgdesc = A simple desklet that displays a calendar.
|
||||
pkgver = 0.5.3
|
||||
pkgrel = 8
|
||||
url = http://adesklets.sourceforge.net/desklets.html
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = adesklets
|
||||
source = http://downloads.sourceforge.net/sourceforge/adesklets/Calendar-0.5.3.tar.bz2
|
||||
sha256sums = 2ed3875cd3fc701a65ec1ffca885e2adf4f8a26e314bf2fa56ae447dfdeae49f
|
||||
|
||||
pkgname = adesklet-calendar
|
||||
|
||||
22
PKGBUILD
Normal file
22
PKGBUILD
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Eric Belanger <belanger@astro.umontreal.ca>
|
||||
# Contributor: FUBAR
|
||||
|
||||
pkgname=adesklet-calendar
|
||||
pkgver=0.5.3
|
||||
pkgrel=8
|
||||
pkgdesc="A simple desklet that displays a calendar."
|
||||
arch=('any')
|
||||
url="http://adesklets.sourceforge.net/desklets.html"
|
||||
license=('GPL')
|
||||
depends=('adesklets')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/adesklets/Calendar-$pkgver.tar.bz2)
|
||||
sha256sums=('2ed3875cd3fc701a65ec1ffca885e2adf4f8a26e314bf2fa56ae447dfdeae49f')
|
||||
|
||||
package() {
|
||||
install -d -m 755 "${pkgdir}/usr/share/adesklets/Calendar"
|
||||
cp -a "${srcdir}"/Calendar-$pkgver/* "${pkgdir}/usr/share/adesklets/Calendar/"
|
||||
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' "${pkgdir}/usr/share/adesklets/Calendar/Calendar.py"
|
||||
chown root:adesklets "${pkgdir}/usr/share/adesklets/Calendar"
|
||||
chmod 775 "${pkgdir}/usr/share/adesklets/Calendar"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue