summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-09 00:41:55 -0700
committerroot <root@rshg054.dnsready.net>2013-05-09 00:41:55 -0700
commit648599b08776ea788a3ddb0365eb30fda03efe7b (patch)
treebe3c375c8606fce5d85bbfc9095a2489c257ec68 /community
parentd6413cd6dac778aa64e48046ce7110000997ff61 (diff)
Thu May 9 00:41:55 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/converseen/PKGBUILD6
-rwxr-xr-xcommunity/lightdm-gtk2-greeter/PKGBUILD33
-rwxr-xr-xcommunity/lightdm-gtk3-greeter/PKGBUILD8
-rw-r--r--community/ophcrack/PKGBUILD36
-rw-r--r--community/ophcrack/ophcrack.desktop8
-rw-r--r--community/puzzles/PKGBUILD32
-rw-r--r--community/rust/PKGBUILD14
-rw-r--r--community/shapelib/PKGBUILD19
-rw-r--r--community/siege/PKGBUILD8
9 files changed, 119 insertions, 45 deletions
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD
index c1e63667c..73db598be 100644
--- a/community/converseen/PKGBUILD
+++ b/community/converseen/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 89888 2013-05-04 21:16:10Z giovanni $
+# $Id: PKGBUILD 90210 2013-05-08 19:56:22Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="The batch image converter and resizer"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
makedepends=('cmake')
install=converseen.install
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('15bf5783d3df2c0063b5c5b37d5c495c')
+md5sums=('bf1d8055be76be704418df7fbc811a21')
build() {
cd "${srcdir}"
diff --git a/community/lightdm-gtk2-greeter/PKGBUILD b/community/lightdm-gtk2-greeter/PKGBUILD
new file mode 100755
index 000000000..8691061c0
--- /dev/null
+++ b/community/lightdm-gtk2-greeter/PKGBUILD
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 90180 2013-05-08 09:22:25Z alucryd $
+# Maintainer: Maxime Gauduin <alucryd@gmail.com>
+# Contributor: Padfoot <padfoot@exemail.com.au>
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.5.1
+pkgrel=1
+epoch=1
+pkgdesc="GTK+ greeter for LightDM"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/lightdm-gtk-greeter"
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=("${pkgname/2/}")
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=("https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz")
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+
+build() {
+ cd "${srcdir}"/${pkgname/2/}-${pkgver}
+
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm --disable-static --with-gtk2
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname/2/}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD
index f34d28452..6be73d8aa 100755
--- a/community/lightdm-gtk3-greeter/PKGBUILD
+++ b/community/lightdm-gtk3-greeter/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 86256 2013-03-14 11:39:30Z alucryd $
+# $Id: PKGBUILD 90178 2013-05-08 09:14:37Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Padfoot <padfoot@exemail.com.au>
pkgname=lightdm-gtk3-greeter
-pkgver=1.3.1
+pkgver=1.5.1
pkgrel=1
epoch=1
pkgdesc="GTK+ greeter for LightDM"
@@ -14,8 +14,8 @@ depends=('gtk3' 'lightdm')
makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
provides=("${pkgname/3/}")
backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=("https://launchpad.net/${pkgname/3/}/1.4/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz")
-sha256sums=('a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87')
+source=("https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz")
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
build() {
cd "${srcdir}"/${pkgname/3/}-${pkgver}
diff --git a/community/ophcrack/PKGBUILD b/community/ophcrack/PKGBUILD
new file mode 100644
index 000000000..f89079136
--- /dev/null
+++ b/community/ophcrack/PKGBUILD
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
+# Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
+# Contributor: Kaos < gianlucaatlas at gmail dot com >
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Matthew Sharpe <matt.sharpe@gmail.com>
+
+pkgname=ophcrack
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="A free Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+optdepends=('qwt: enable graph')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+ ophcrack.desktop)
+md5sums=('1c61adde21c5dc226515cbd1dc654c60'
+ '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr --enable-gui --enable-graph
+
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make DESTDIR="$pkgdir"/ install
+
+ install -Dm644 "$srcdir"/ophcrack.desktop "$pkgdir"/usr/share/applications/ophcrack.desktop
+ install -Dm644 src/gui/pixmaps/os.xpm "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
+}
diff --git a/community/ophcrack/ophcrack.desktop b/community/ophcrack/ophcrack.desktop
new file mode 100644
index 000000000..54d143fc8
--- /dev/null
+++ b/community/ophcrack/ophcrack.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD
index 404bfa286..521be2cb7 100644
--- a/community/puzzles/PKGBUILD
+++ b/community/puzzles/PKGBUILD
@@ -3,39 +3,37 @@
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=puzzles
-pkgver=9835
+pkgver=9838
pkgrel=1
pkgdesc="Simon Tatham's Portable Puzzle Collection"
arch=('i686' 'x86_64')
url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
license=('MIT')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'subversion')
depends=('gtk2')
-source=("http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz")
+source=("svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver")
+md5sums=("SKIP")
build() {
- cd ${srcdir}/${pkgname}-r${pkgver}
+ cd ${srcdir}/${pkgname}
./mkfiles.pl
- sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+ sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
- export CFLAGS="$CFLAGS -lm"
- make prefix=/usr
+ make prefix=/usr
}
package() {
- cd ${srcdir}/${pkgname}-r${pkgver}
+ cd ${srcdir}/${pkgname}
- install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
- install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+ install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+ install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
- make prefix=/usr DESTDIR=${pkgdir} install
+ make prefix=/usr DESTDIR=${pkgdir} install
- #fix FS#14600
- mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
- mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
- mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+ #fix FS#14600
+ mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+ mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+ mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
}
-
-md5sums=('0db6e36f2ac04490f38ace15aabab555')
diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD
index 11a5af15f..7baa62a1a 100644
--- a/community/rust/PKGBUILD
+++ b/community/rust/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 87747 2013-04-05 23:21:32Z thestinger $
+# $Id: PKGBUILD 90170 2013-05-07 22:11:28Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgname=rust
pkgver=0.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
-depends=(gcc-libs shared-mime-info)
+depends=(gcc gcc-libs shared-mime-info)
makedepends=(libffi perl python2 curl chrpath emacs)
optdepends=('haskell-pandoc: documentation generator (rustdoc)')
source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz")
@@ -25,10 +25,10 @@ build() {
make
}
-check() {
- cd rust-$pkgver
- make check
-}
+#check() {
+ #cd rust-$pkgver
+ #make check
+#}
package() {
cd rust-$pkgver
diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD
index fd1dd0740..75f0ecee7 100644
--- a/community/shapelib/PKGBUILD
+++ b/community/shapelib/PKGBUILD
@@ -1,6 +1,5 @@
-# $Id: PKGBUILD 85552 2013-03-03 03:16:05Z cinelli $
-# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# $Id: PKGBUILD 90199 2013-05-08 13:40:53Z bpiotrowski $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Bob Finch <w9ya@arrl.net>
pkgname=shapelib
@@ -11,21 +10,21 @@ arch=('i686' 'x86_64')
url='http://shapelib.maptools.org/'
license=('LGPL' 'MIT')
options=('!libtool')
-source=("http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz"
- "LICENSE")
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz
+ LICENSE)
sha256sums=('23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f'
'67e45b04045e27a9d6f64f92b295831b8739b32668ce497d3fa02999e349a789')
build() {
- cd "$pkgname-$pkgver"
+ cd ${pkgname}-${pkgver}
make lib
}
package() {
- cd "$pkgname-$pkgver"
+ cd ${pkgname}-${pkgver}
- install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
- make PREFIX="$pkgdir/usr lib_install"
- install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -d ${pkgdir}/usr/{lib,include}
+ make PREFIX=${pkgdir}/usr lib_install
+ install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD
index 790bc3ab5..7c6856755 100644
--- a/community/siege/PKGBUILD
+++ b/community/siege/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80962 2012-12-07 23:56:44Z bluewind $
+# $Id: PKGBUILD 90182 2013-05-08 09:32:40Z bluewind $
# Maintainer: Florian Pritz <flo@xinu.at>
# Contributor: Sven Kauber <celeon@gmail.com>
pkgname=siege
-pkgver=2.72
+pkgver=3.0.0
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
@@ -25,8 +25,8 @@ package() {
install -d -m755 "$pkgdir/etc"
install -d -m755 "$pkgdir/usr/share"
- make DESTDIR="$pkgdir" sysconfdir="$pkgdir/etc" install
+ make DESTDIR="$pkgdir" install
sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
}
-md5sums=('6bd0b1dca6b95717e23a6bade9a0a1f4')
+md5sums=('e0ace61f7e01c6b545ac767fc499f817')