From d6413cd6dac778aa64e48046ce7110000997ff61 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 May 2013 01:04:35 -0700 Subject: Wed May 8 01:04:33 PDT 2013 --- community/ghemical/PKGBUILD | 29 ----------------------------- community/ghemical/ghemical.desktop | 13 ------------- 2 files changed, 42 deletions(-) delete mode 100644 community/ghemical/PKGBUILD delete mode 100644 community/ghemical/ghemical.desktop (limited to 'community/ghemical') diff --git a/community/ghemical/PKGBUILD b/community/ghemical/PKGBUILD deleted file mode 100644 index a4dc7cb38..000000000 --- a/community/ghemical/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Xyne -# Contributor: Abhishek Dasgupta - -pkgname=ghemical -pkgver=3.0.0 -pkgrel=2 -pkgdesc="Computational chemistry package." -license=("GPL") -arch=(i686 x86_64) -url="http://bioinformatics.org/ghemical/ghemical/" -depends=('libghemical>=3.0' 'liboglappth>=1.0' 'libglade' 'gtkglext' 'openbabel') -makedepends=('pkgconfig' 'intltool>=0.40.0' 'gettext') -source=(http://bioinformatics.org/ghemical/download/release20111012/${pkgname}-${pkgver}.tar.gz ghemical.desktop) -md5sums=('becf98626f0eba73f7f042bc92aa60ac' - '7e8789d42d1318a427a30f3bf64cb5a6') - -build() { - cd -- "$srcdir/$pkgname-$pkgver/" - ./configure --prefix=/usr - # Some users have reported crashes due to the courier font. - sed -i 's/courier 12/monospace/g' ./src/*.cpp - make -} - -package() { - install -D -m644 "$srcdir"/ghemical.desktop "$pkgdir"/usr/share/applications/ghemical.desktop - cd -- "$srcdir/$pkgname-$pkgver/" - make DESTDIR="$pkgdir" install -} diff --git a/community/ghemical/ghemical.desktop b/community/ghemical/ghemical.desktop deleted file mode 100644 index eff450186..000000000 --- a/community/ghemical/ghemical.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Type=Application -Version=3.0.0 -Name=Ghemical -GenericName=Computational chemistry package -GenericName[de]=Chemisches Berechnungsprogramm -Comment=3D molecule editor and computing program -Comment[de]=3D Moleküleditor und Berechnungsprogramm -Icon=/usr/share/ghemical/3.0.0/pixmaps/ghemical.png -Exec=/usr/bin/ghemical -Terminal=false -Categories=Science;Chemistry;Education; -StartupNotify=true -- cgit v1.2.3-54-g00ecf