summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfusion8092017-12-12 00:54:14 +1000
committerfusion8092017-12-12 00:54:14 +1000
commit8def239a0be5bb064850cf03207a505cea297eb5 (patch)
tree9e2c41785f3bf58c7423aabb05e6e3466028dc92 /PKGBUILD
parentd85dd8e8de191743d823c4ca8be89268eb26f304 (diff)
downloadaur-moksha-modules-extra-git.tar.gz
moksha-module-cpu-git already exists
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 1 insertions, 20 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce2fa64b7138..fe15090942de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>
-pkgname=('moksha-modules-extra-git' 'moksha-module-alarm-git' 'moksha-module-calendar-git' 'moksha-module-cpu-git' 'moksha-module-engage-git' 'moksha-module-flame-git' 'moksha-module-forecasts-git' 'moksha-module-mail-git' 'moksha-module-news-git' 'moksha-module-penguins-git' 'moksha-module-photo-git' 'moksha-module-places-git' 'moksha-module-rain-git' 'moksha-module-screenshot-git' 'moksha-module-share-git' 'moksha-module-slideshow-git' 'moksha-module-snow-git' 'moksha-module-tclock-git' 'moksha-module-trash-git' 'moksha-module-winlist-ng-git' 'moksha-module-winselector-git')
+pkgname=('moksha-modules-extra-git' 'moksha-module-alarm-git' 'moksha-module-calendar-git' 'moksha-module-engage-git' 'moksha-module-flame-git' 'moksha-module-forecasts-git' 'moksha-module-mail-git' 'moksha-module-news-git' 'moksha-module-penguins-git' 'moksha-module-photo-git' 'moksha-module-places-git' 'moksha-module-rain-git' 'moksha-module-screenshot-git' 'moksha-module-share-git' 'moksha-module-slideshow-git' 'moksha-module-snow-git' 'moksha-module-tclock-git' 'moksha-module-trash-git' 'moksha-module-winlist-ng-git' 'moksha-module-winselector-git')
pkgver=752dafe
pkgrel=1
_pkgname=moksha-modules-extra
@@ -13,7 +13,6 @@ makedepends=('moksha-module-emprint-git' 'git')
_module_list=(
'alarm'
'calendar'
- 'cpu'
'engage'
'flame'
'forecasts'
@@ -90,24 +89,6 @@ package_moksha-module-calendar-git() {
[[ -e COPYING-PLAIN ]] && install -Dm644 COPYING-PLAIN "${pkgdir}/usr/share/licenses/$pkgname/COPYING-PLAIN" || true
}
-package_moksha-module-cpu-git() {
- pkgdesc="Moskha cpu module built from git sources"
-
- cd "${srcdir}/${_pkgname}/cpu"
- msg2 "Installing cpu"
- make DESTDIR="${pkgdir}" install
-
-# install text files
- [[ -e ChangeLog ]] && install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname%-*}/ChangeLog" || true
- [[ -e NEWS ]] && install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname%-*}/NEWS" || true
- [[ -e README ]] && install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname%-*}/README" || true
-
-# install license files
- [[ -e AUTHORS ]] && install -Dm644 AUTHORS "${pkgdir}/usr/share/licenses/$pkgname/AUTHORS" || true
- [[ -e COPYING ]] && install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/COPYING" || true
- [[ -e COPYING-PLAIN ]] && install -Dm644 COPYING-PLAIN "${pkgdir}/usr/share/licenses/$pkgname/COPYING-PLAIN" || true
-}
-
package_moksha-module-engage-git() {
pkgdesc="Moksha engage module built from git sources"