aboutsummaryrefslogtreecommitdiffstats
path: root/community/corebird
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-05-15 10:48:54 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-15 10:48:54 +0000
commit097919c2d14274893a7f0a26583615d6ab49373f (patch)
tree6fff697e6b8b8bf4b71d80e0810acca11cf84070 /community/corebird
parent59639c312f43102dab0ad51d92580c6fbc86bfeb (diff)
downloadaports-097919c2d14274893a7f0a26583615d6ab49373f.tar.bz2
aports-097919c2d14274893a7f0a26583615d6ab49373f.tar.xz
unmaintained/corebird: moved from community
Diffstat (limited to 'community/corebird')
-rw-r--r--community/corebird/APKBUILD45
-rw-r--r--community/corebird/disable-gst-check.patch14
2 files changed, 0 insertions, 59 deletions
diff --git a/community/corebird/APKBUILD b/community/corebird/APKBUILD
deleted file mode 100644
index 94d3406582..0000000000
--- a/community/corebird/APKBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=corebird
-pkgver=1.7.4
-pkgrel=0
-pkgdesc="Corebird is a modern, easy and fun Twitter client"
-url="https://corebird.baedert.org/"
-arch="all"
-license="GPL-3.0"
-makedepends="gtk+3.0-dev rest-dev json-glib-dev sqlite-dev libsoup-dev libgee-dev
- vala tiff automake autoconf libtool intltool glib-dev libxml2-utils file"
-options="libtool !check"
-subpackages="$pkgname-lang $pkgname-doc"
-source="${pkgname}-${pkgver}.tar.gz::https://github.com/baedert/$pkgname/archive/$pkgver.tar.gz
- disable-gst-check.patch"
-builddir=${srcdir}/${pkgname}-${pkgver}
-
-prepare() {
- cd "$builddir"
- NOCONFIGURE=yes ./autogen.sh
- default_prepare
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --prefix=/usr \
- --disable-video \
- --disable-gst-check \
- --disable-spellcheck
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="7e88f73ef1fc36379172d30251065e7ee3df54eabfaf954015ed4e739c5ad2b1821b43a07e66bb9363b7daa59b5e981d459a4aef87be8a3dd80a7ed41e37e582 corebird-1.7.4.tar.gz
-ce31141924a58b9081453b4c9490b22f2d039624a8f06d8f9418c5b8581cb8443a57db304d1112331dda547905cbe3df0c26f08f62ff78a2b210465fc3506e94 disable-gst-check.patch"
diff --git a/community/corebird/disable-gst-check.patch b/community/corebird/disable-gst-check.patch
deleted file mode 100644
index a6b9d2cde2..0000000000
--- a/community/corebird/disable-gst-check.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/configure b/configure
-index 1be799c..8f9dd8b 100755
---- a/configure
-+++ b/configure
-@@ -12935,7 +12935,8 @@ fi
-
- if test "$disable_gst_check" = "no"; then
- # Check for gtksink
-- GST_ELEMENT_CHECK(gtksink, 1.0, , )
-+ # GST_ELEMENT_CHECK(gtksink, 1.0, , )
-+ return 0
- fi
-
-