summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-29 03:33:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-29 03:33:12 +0000
commit59b98e5d487a93e706f9a34568b6dc1bd317e89e (patch)
treef4e6438f0d880ab85ad1fa777100866e8d5728b1 /pcr
parentdef73efccccb818d214cb818e8b4de8385444a43 (diff)
Sat Mar 29 03:28:40 UTC 2014
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ruby-bundler/PKGBUILD25
-rw-r--r--pcr/tunnels-git/PKGBUILD58
-rw-r--r--pcr/xfce-theme-greybird/PKGBUILD51
3 files changed, 0 insertions, 134 deletions
diff --git a/pcr/ruby-bundler/PKGBUILD b/pcr/ruby-bundler/PKGBUILD
deleted file mode 100644
index 52e4d36e4..000000000
--- a/pcr/ruby-bundler/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
-# Contributor: Alexsandr Pavlov <kidoz at mail dot ru>
-# Maintainer (Parabola): Márcio Silva <coadde@parabola.nu>
-
-_gemname=bundler
-pkgname=ruby-$_gemname
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="Is manages an application's dependencies through its entire life, across many machines, systematically and repeatably"
-arch=(any)
-url='http://gembundler.com'
-license=(MIT)
-depends=(ruby)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('d23650aeb366efd85d9c51a36b3dde477a868919')
-
-package() {
- local _gemdir="$(ruby -e'puts Gem.default_dir')"
- gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
- rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
- install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
diff --git a/pcr/tunnels-git/PKGBUILD b/pcr/tunnels-git/PKGBUILD
deleted file mode 100644
index bf1f0e8bc..000000000
--- a/pcr/tunnels-git/PKGBUILD
+++ /dev/null
@@ -1,58 +0,0 @@
-# Maintainer: Etienne Perot <etienne at perot dot me>
-pkgname=tunnels-git
-pkgver=20130503
-pkgrel=1
-pkgdesc='Transparent, system-wide, domain-name-specific proxying rules'
-arch=('any')
-url='https://github.com/EtiennePerot/tunnels'
-license=('LGPL')
-depends=('bash' 'python2' 'python2-paramiko' 'python2-yaml')
-makedepends=('git' 'svn')
-source=(
- 'https://socksipy-branch.googlecode.com/svn-history/r19/trunk/socks.py'
- 'https://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.6.tar.gz'
- 'https://pypi.python.org/packages/source/l/lockfile/lockfile-0.9.1.tar.gz'
-)
-sha512sums=(
- '58e7393b365ad5bde308cb2290224c15dfce82c0dc8e3209b8c4fea9876d1afa5bebfd184ea5e9d577d1494037f78bf5013a64d7ad21b5ed4b7405fb4a3a86dd'
- 'ff9480844d8f57a09f27067aaa78669c167f66b2cc05f9b3baa660bc0aa21228d4894eeaeb3440611c1e0f0d5633b1c60eac60893da4a86d1db4b94d99961299'
- '46288cb4d15bcb546d6cece7e032b7b020c71fba695d16a3c7718eeb0bc15c97c29f09f3c1649b6061d117e6bbd708e243fdcee89b2fa5f13a262a0e74f62c3d'
-)
-
-_gitroot='git://perot.me/tunnels'
-_gitname='tunnels'
-
-build() {
- cd "$srcdir"
- msg "Connecting to GIT server...."
-
- if [[ -d "$_gitname" ]]; then
- cd "$_gitname" && git pull origin
- msg "The local files are updated."
- else
- git clone "$_gitroot" "$_gitname"
- fi
-
- msg "Starting build..."
-
- rm -rf "$srcdir/$_gitname-build"
- git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
- cd "$srcdir/$_gitname-build"
- cp -ra "$srcdir/socks.py" "$srcdir"/python-daemon-*/daemon "$srcdir"/lockfile-*/lockfile src/
- python util/mkportslist.py > conf.d.sample/autogenerated-ports.yml
-}
-
-package() {
- cd "$srcdir/$_gitname-build"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -D -m644 pkg/resources/tunnels.service "$pkgdir/usr/lib/systemd/system/tunnels.service"
- mkdir -p "$pkgdir/usr/lib/tunnels"
- for target in conf.d.sample src tunnels tunnelsd; do
- cp -ra "$target" "$pkgdir/usr/lib/tunnels/"
- done
- mkdir -p "$pkgdir/etc/tunnels.d"
- cp -a conf.d.sample/* "$pkgdir/etc/tunnels.d/"
- mkdir -p "${pkgdir}/usr/bin"
- ln -sf /usr/lib/tunnels/tunnels "$pkgdir/usr/bin/tunnels"
- ln -sf /usr/lib/tunnels/tunnelsd "$pkgdir/usr/bin/tunnelsd"
-}
diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD
deleted file mode 100644
index 14b8c8fbd..000000000
--- a/pcr/xfce-theme-greybird/PKGBUILD
+++ /dev/null
@@ -1,51 +0,0 @@
-# Maintainer: Limao Luo <luolimao+AUR@gmail.com>
-# Contributor: flan_suse
-#
-# This suite contains the following:
-# * xfwm4 theme
-# * xfwm4 compact theme
-# * metacity theme
-# * emerald theme
-# * gtk2 theme
-# * gtk2 theme (classic)
-# * gtk3 theme
-# * gtk3 theme (classic)
-# * unity theme
-# * xfce4-notify theme
-# * lightdm theme
-# * wallpaper (found in the shimmer-wallpapers package; optdepends)
-
-pkgname=xfce-theme-greybird
-_pkgname=Greybird
-pkgver=1.3.1
-_pkgverclassic=0.9
-pkgrel=1
-pkgdesc="A grey and blue Xfce theme, used by default in Xubuntu 12.04; includes the classic low saturation theme"
-arch=(any)
-url=http://shimmerproject.org/projects/greybird/
-license=(CCPL:by-sa-3.0 GPL)
-groups=(xfce-themes-shimmer-collection)
-depends=(gtk-engine-murrine)
-optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme'
- 'gtk-engine-unico: required for gtk3 support for the classic theme; not required for the current theme'
- 'gtk3: required for CSS/GTK3 theme'
- 'lightdm-gtk-greeter: required for the LightDM GTK theme'
- 'lightdm-unity-greeter: required for the LightDM Unity theme'
- 'shimmer-wallpapers: contains the Greybird wallpaper, among others')
-conflicts=($pkgname-git)
-source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$pkgver.tar.gz
- $pkgname-$_pkgverclassic.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$_pkgverclassic.tar.gz)
-sha256sums=('f25f402878a3f91740291934cbb1ec5d91cb9504e5ee94ddad5cfc66dd59ed44'
- '661f81347fe227bc3dc7ae40ee0e9bf1c96b478fab7283416a8569379a0aec4f')
-sha512sums=('cf85da68a15dca0f9ce13af46407a3cc4a77d0388e0ef760a0c24eacb56f544f409134a72986d42aafdf1786b4a5d1645f2ce2f1d56c9fbdbb5d5f85fd015416'
- '599fa02ea6eeb6f805c06f7e57ea86d6b620a28a24c5439b0a826439e04a7ac245a95c86c8ee5a4550c070308174564a427dd80fa8538c90e1439b9f697e17c4')
-
-package() {
- local _themedir="$pkgdir/usr/share/themes"
- install -d "$_themedir/$_pkgname "{Classic,Compact}
-
- cp -rf $_pkgname-$pkgver/ "$_themedir"/$_pkgname/
- rm "$_themedir"/$_pkgname/.gitignore
- cp -rf $_pkgname-$_pkgverclassic/gtk-{2,3}.0 "$_themedir/$_pkgname Classic"
- ln -s /usr/share/themes/$_pkgname/xfwm4_compact "$_themedir/$_pkgname Compact/xfwm4"
-}