[arch-commits] Commit in pantheon-code/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Dec 6 13:18:04 UTC 2018


    Date: Thursday, December 6, 2018 @ 13:18:03
  Author: alucryd
Revision: 411724

archrelease: copy trunk to community-x86_64

Added:
  pantheon-code/repos/community-x86_64/PKGBUILD
    (from rev 411723, pantheon-code/trunk/PKGBUILD)
Deleted:
  pantheon-code/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 53 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-06 13:17:54 UTC (rev 411723)
+++ PKGBUILD	2018-12-06 13:18:03 UTC (rev 411724)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-code
-pkgver=3.0
-pkgrel=1
-pkgdesc='The Pantheon Text Editor'
-arch=('x86_64')
-url='https://github.com/elementary/code'
-license=('GPL3')
-depends=(
-  'editorconfig-core-c' 'glib2' 'gtk3' 'gtksourceview3' 'libgee' 'libgit2-glib'
-  'libpeas' 'pango' 'zeitgeist'
-  'libgranite.so'
-)
-makedepends=(
-  'git' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup' 'meson' 'vala'
-  'vte3' 'webkit2gtk'
-)
-optdepends=('gtkspell3: Spell Check plugin'
-            'libsoup: Pastebin plugin'
-            'vala: Outline plugin'
-            'vte3: Terminal plugin'
-            'webkit2gtk: Browser Preview plugin')
-source=("pantheon-code::git+https://github.com/elementary/code.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-  arch-meson pantheon-code build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-code/repos/community-x86_64/PKGBUILD (from rev 411723, pantheon-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-06 13:18:03 UTC (rev 411724)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=(x86_64)
+url='https://github.com/elementary/code'
+license=(GPL3)
+depends=(
+  editorconfig-core-c
+  glib2
+  gtk3
+  gtksourceview3
+  libgee
+  libgit2-glib
+  libgranite.so
+  libpeas
+  pango
+  zeitgeist
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtkspell3
+  intltool
+  libsoup
+  meson
+  vala
+  vte3
+  webkit2gtk
+)
+optdepends=(
+  'gtkspell3: Spell Check plugin'
+  'libsoup: Pastebin plugin'
+  'vala: Outline plugin'
+  'vte3: Terminal plugin'
+  'webkit2gtk: Browser Preview plugin'
+)
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-code build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list