summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-02 11:17:10 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-02 11:17:10 -0500
commit3468f3a0ff40e8b3298452c94dd9a0ec446b953a (patch)
tree321e89e2dc5f89b14b10c78a79941e97ba0b6ef2 /pcr
parent876aacf5c11c61971fcd4471a1b1f92e19e7a610 (diff)
downloadabslibre-3468f3a0ff40e8b3298452c94dd9a0ec446b953a.tar.gz
abslibre-3468f3a0ff40e8b3298452c94dd9a0ec446b953a.tar.bz2
abslibre-3468f3a0ff40e8b3298452c94dd9a0ec446b953a.zip
Removing bitcoin: This package is in community repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/bitcoin/PKGBUILD62
-rw-r--r--pcr/bitcoin/bitcoin.desktop10
2 files changed, 0 insertions, 72 deletions
diff --git a/pcr/bitcoin/PKGBUILD b/pcr/bitcoin/PKGBUILD
deleted file mode 100644
index 293a7f26b..000000000
--- a/pcr/bitcoin/PKGBUILD
+++ /dev/null
@@ -1,62 +0,0 @@
-## Maintainer (Arch): shahid <helllamer@gmail.com>
-## Long PKGBUILD description, todo, wiki:
-## * https://bitbucket.org/helllamer/archlinux-pkgbuild/wiki/pkgbuild/bitcoin
-
-## Wanna take part on development my PKGBUILDs? Feel welcome on my repo:
-## * https://bitbucket.org/helllamer/archlinux-pkgbuild/
-
-name=bitcoin
-pkgname=$name
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="Bitcoin is a peer-to-peer network based digital currency."
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.bitcoin.org/"
-depends=('qt>=4.6' 'libpng>=1.4' 'expat' 'gcc-libs' 'boost-libs>=1.46' 'miniupnpc>=1.6' 'openssl')
-makedepends=('boost' 'gcc' 'make' 'automoc4')
-conflicts=('bitcoin-bin' 'bitcoin-git' 'bitcoin-daemon')
-license=('MIT')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-linux.tar.gz"
- "${pkgname}.desktop")
-md5sums=('6d40f645ddc042de26d64e83656f38e0'
- '77139ce8a40f46bd7d7ad0a743672113')
-s1=$srcdir/${pkgname}-${pkgver}-linux
-src_qt=$s1/src
-src_d=$s1/src/src/
-makefile_unix=makefile.unix
-
-build() {
- cd $src_d
-
- msg "Patching $makefile_unix..."
- sed -i $makefile_unix \
- -e 's/\(-DNOPCH\)/\1 -DBOOST_FILESYSTEM_VERSION=2/' \
- -e 's/-Bstatic/--as-needed ${LDFLAGS}/g' \
- -e 's/\(USE_UPNP:=\)0/\11/' \
- -e 's/$(DEBUGFLAGS)//g' \
- -e 's/CXXFLAGS/CPPFLAGS/g' \
- -e 's/-O[0-3]/${CXXFLAGS}/g'
-
- # make bitcoind
- make $MAKEFLAGS -f $makefile_unix bitcoind
-
- # and make qt gui
- cd $src_qt
- qmake
- make $MAKEFLAGS
-}
-
-
-package() {
- mkdir -p $pkgdir/usr/bin
- mkdir -p $pkgdir/usr/share/pixmaps
- mkdir -p $pkgdir/usr/share/applications
-
- # get compiled binaries
- install -D -m755 $src_qt/bitcoin-qt $pkgdir/usr/bin/
- install -D -m755 $src_d/bitcoind $pkgdir/usr/bin/
-
- # add icon and .desktop file to pkg
- install -D -m644 $src_qt/src/qt/res/icons/bitcoin.png $pkgdir/usr/share/pixmaps/
- install -D -m644 $srcdir/$name.desktop $pkgdir/usr/share/applications/
-}
diff --git a/pcr/bitcoin/bitcoin.desktop b/pcr/bitcoin/bitcoin.desktop
deleted file mode 100644
index f27429060..000000000
--- a/pcr/bitcoin/bitcoin.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Bitcoin
-GenericName=P2P network based digital currency
-Comment=P2P network based digital currency
-Exec=bitcoin-qt
-Icon=/usr/share/pixmaps/bitcoin.png
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Office;Finance;P2P