[arch-commits] Commit in (xed xed/repos xed/trunk xed/trunk/PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Dec 12 21:21:28 UTC 2018


    Date: Wednesday, December 12, 2018 @ 21:21:27
  Author: eschwartz
Revision: 415859

addpkg: xed 2.0.2-1

31 votes on the AUR, part of the x-apps project decoupled from cinnamon.

Added:
  xed/
  xed/repos/
  xed/trunk/
  xed/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: xed/trunk/PKGBUILD
===================================================================
--- xed/trunk/PKGBUILD	                        (rev 0)
+++ xed/trunk/PKGBUILD	2018-12-12 21:21:27 UTC (rev 415859)
@@ -0,0 +1,32 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xed
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="A small and lightweight text editor. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL')
+groups=('x-apps')
+depends=('gspell' 'gtksourceview3' 'libpeas' 'xapps')
+makedepends=('meson' 'gobject-introspection' 'intltool' 'itstool')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('e72a57be5676057f33a861e2d86dba8ab3f296991e79fd8ef29cf95445e46fce')
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    meson --prefix=/usr \
+          --libexecdir=lib/${pkgname} \
+          --buildtype=plain \
+          ..
+    ninja
+}
+
+package(){
+    cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+    DESTDIR="${pkgdir}" ninja install
+}



More information about the arch-commits mailing list