[arch-commits] Commit in slingshot-launcher (7 files)

Maxime Gauduin alucryd at archlinux.org
Sun Nov 1 18:20:24 UTC 2015


    Date: Sunday, November 1, 2015 @ 19:20:24
  Author: alucryd
Revision: 145469

archrelease: copy trunk to community-i686, community-x86_64

Added:
  slingshot-launcher/repos/
  slingshot-launcher/repos/community-i686/
  slingshot-launcher/repos/community-i686/PKGBUILD
    (from rev 145468, slingshot-launcher/trunk/PKGBUILD)
  slingshot-launcher/repos/community-i686/slingshot-launcher.install
    (from rev 145468, slingshot-launcher/trunk/slingshot-launcher.install)
  slingshot-launcher/repos/community-x86_64/
  slingshot-launcher/repos/community-x86_64/PKGBUILD
    (from rev 145468, slingshot-launcher/trunk/PKGBUILD)
  slingshot-launcher/repos/community-x86_64/slingshot-launcher.install
    (from rev 145468, slingshot-launcher/trunk/slingshot-launcher.install)

---------------------------------------------+
 community-i686/PKGBUILD                     |   46 ++++++++++++++++++++++++++
 community-i686/slingshot-launcher.install   |   14 +++++++
 community-x86_64/PKGBUILD                   |   46 ++++++++++++++++++++++++++
 community-x86_64/slingshot-launcher.install |   14 +++++++
 4 files changed, 120 insertions(+)

Copied: slingshot-launcher/repos/community-i686/PKGBUILD (from rev 145468, slingshot-launcher/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-11-01 18:20:24 UTC (rev 145469)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=slingshot-launcher
+pkgver=0.8.1.1
+pkgrel=1
+pkgdesc='The Pantheon Application Launcher'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/slingshot'
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glib2' 'glibc' 'gnome-menus' 'gtk3' 'json-glib'
+         'libgee' 'libsoup' 'plank' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'vala')
+install='slingshot-launcher.install'
+source=("https://launchpad.net/slingshot/freya/${pkgver}/+download/slingshot-launcher-${pkgver}.tar.xz")
+sha256sums=('bc72aa2ba427d7d24a5baa6ea932ba34afe7ecdcda16b9a64be788bef1f11e6e')
+
+prepare() {
+  cd slingshot-launcher-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd slingshot-launcher-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_EXE_LINKER_FLAGS='-lm' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DUSE_UNITY='FALSE'
+  make
+}
+
+package() {
+  cd slingshot-launcher-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: slingshot-launcher/repos/community-i686/slingshot-launcher.install (from rev 145468, slingshot-launcher/trunk/slingshot-launcher.install)
===================================================================
--- repos/community-i686/slingshot-launcher.install	                        (rev 0)
+++ repos/community-i686/slingshot-launcher.install	2015-11-01 18:20:24 UTC (rev 145469)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: slingshot-launcher/repos/community-x86_64/PKGBUILD (from rev 145468, slingshot-launcher/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-11-01 18:20:24 UTC (rev 145469)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=slingshot-launcher
+pkgver=0.8.1.1
+pkgrel=1
+pkgdesc='The Pantheon Application Launcher'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/slingshot'
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glib2' 'glibc' 'gnome-menus' 'gtk3' 'json-glib'
+         'libgee' 'libsoup' 'plank' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'vala')
+install='slingshot-launcher.install'
+source=("https://launchpad.net/slingshot/freya/${pkgver}/+download/slingshot-launcher-${pkgver}.tar.xz")
+sha256sums=('bc72aa2ba427d7d24a5baa6ea932ba34afe7ecdcda16b9a64be788bef1f11e6e')
+
+prepare() {
+  cd slingshot-launcher-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd slingshot-launcher-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_EXE_LINKER_FLAGS='-lm' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DUSE_UNITY='FALSE'
+  make
+}
+
+package() {
+  cd slingshot-launcher-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: slingshot-launcher/repos/community-x86_64/slingshot-launcher.install (from rev 145468, slingshot-launcher/trunk/slingshot-launcher.install)
===================================================================
--- repos/community-x86_64/slingshot-launcher.install	                        (rev 0)
+++ repos/community-x86_64/slingshot-launcher.install	2015-11-01 18:20:24 UTC (rev 145469)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list