diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 01:13:18 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 01:29:47 +0200 |
commit | 57fc2beeac17f30df26dec2b36b73e8e32939e68 (patch) | |
tree | 6b717a57066e94c86f720597545f66e11a760b6d /testing/chrome-gnome-shell | |
parent | 52105b3664846eb8b423967ef15442944e8a4a31 (diff) | |
download | aports-57fc2beeac17f30df26dec2b36b73e8e32939e68.tar.bz2 aports-57fc2beeac17f30df26dec2b36b73e8e32939e68.tar.xz |
community/chrome-gnome-shell: move from testing
Diffstat (limited to 'testing/chrome-gnome-shell')
-rw-r--r-- | testing/chrome-gnome-shell/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/chrome-gnome-shell/APKBUILD b/testing/chrome-gnome-shell/APKBUILD deleted file mode 100644 index 5e7b16dfd7..0000000000 --- a/testing/chrome-gnome-shell/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Contributor: Rasmus Thomsen <oss@cogitri.dev> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=chrome-gnome-shell -pkgver=10.1 -pkgrel=0 -pkgdesc="GNOME Shell integration for WebExtensions capable browsers" -url="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" -arch="noarch" -license="GPL-3.0-or-later" -depends="py3-requests py3-gobject3" -makedepends="cmake gettext-dev jq python3" -options="!check" # No tests available -source="https://download.gnome.org/sources/chrome-gnome-shell/${pkgver}/chrome-gnome-shell-${pkgver}.tar.xz" - -build() { - if [ "$CBUILD" != "$CHOST" ]; then - CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" - fi - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ - -DCMAKE_C_FLAGS="$CFLAGS" \ - -DBUILD_EXTENSION=FALSE \ - ${CMAKE_CROSSOPTS} - make -} - -check() { - make check -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="f92e98a167e9031cc691d68c668471bf2a9d40b99d740119c7833211b82f33250ea80def912c7725e0b454c1637e9a18c44d0c6f2afd1912ba66bf8f088ec204 chrome-gnome-shell-10.1.tar.xz" |