summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-05-20 22:39:11 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-05-20 22:39:11 +0200
commit8cabb4ea3e7417210048a3abb74c4567459a5ae3 (patch)
tree6c3a63892f536cf381c4c47270f6e05d521bef46 /libre
parent4d851dec1f3631517341ed6e378376c2f7a252b1 (diff)
downloadabslibre-8cabb4ea3e7417210048a3abb74c4567459a5ae3.tar.gz
abslibre-8cabb4ea3e7417210048a3abb74c4567459a5ae3.tar.bz2
abslibre-8cabb4ea3e7417210048a3abb74c4567459a5ae3.zip
removed unused and outdated jquery and jquery-ui from libre
Diffstat (limited to 'libre')
-rw-r--r--libre/jquery-ui/PKGBUILD30
-rw-r--r--libre/jquery/PKGBUILD29
2 files changed, 0 insertions, 59 deletions
diff --git a/libre/jquery-ui/PKGBUILD b/libre/jquery-ui/PKGBUILD
deleted file mode 100644
index ae770dc2a..000000000
--- a/libre/jquery-ui/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-#Maintainer: André Silva <emulatorman@parabola.nu>
-#Maintainer: Márcio Silva <coadde@parabola.nu>
-
-_pkgname=jquery
-pkgname=jquery-ui
-pkgver=1.11.3
-pkgrel=1
-pkgdesc='jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications'
-arch=(any)
-url=http://jqueryui.com/
-license=(MIT)
-depends=(jquery)
-makedepends=(npm nodejs-grunt-cli)
-
-source=(https://github.com/$_pkgname/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('50376cbf54dbd7be46bbd828c5426ee5')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- npm install
- grunt concat:ui uglify:main
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- install -d $pkgdir/usr/share/javascript/$pkgname
- install -d $pkgdir/usr/share/licenses/$pkgname
- cp -a dist/* $pkgdir/usr/share/javascript/$pkgname
- cp -a LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
diff --git a/libre/jquery/PKGBUILD b/libre/jquery/PKGBUILD
deleted file mode 100644
index 9eb89848b..000000000
--- a/libre/jquery/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-#Maintainer: André Silva <emulatorman@parabola.nu>
-#Maintainer: Márcio Silva <coadde@parabola.nu>
-
-pkgname=jquery
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development'
-arch=(any)
-url=http://jquery.com/
-license=(MIT)
-makedepends=(npm nodejs-grunt-cli python2)
-
-source=(https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('b1b5aade2d5b389bb8f3657f165b441f')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- npm install
- grunt
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- install -d $pkgdir/usr/share/javascript/$pkgname
- install -d $pkgdir/usr/share/licenses/$pkgname
- grunt dist:$pkgdir/usr/share/javascript/$pkgname
- cp -a MIT-LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-