Date: Thursday, July 13, 2017 @ 05:10:45
  Author: bgyorgy
Revision: 244849

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

Added:
  moserial/repos/
  moserial/repos/community-i686/
  moserial/repos/community-i686/PKGBUILD
    (from rev 244848, moserial/trunk/PKGBUILD)
  moserial/repos/community-x86_64/
  moserial/repos/community-x86_64/PKGBUILD
    (from rev 244848, moserial/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: moserial/repos/community-i686/PKGBUILD (from rev 244848, 
moserial/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2017-07-13 05:10:45 UTC (rev 244849)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+# Contributor: Matias De la Puente <[email protected]>
+
+pkgname=moserial
+pkgver=3.0.11
+pkgrel=2
+pkgdesc="Clean, friendly GTK+-based serial terminal for the GNOME desktop"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/moserial";
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gtk3')
+makedepends=('intltool' 'itstool')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('84136f4f31c56c3f8b693ab7e40124af43cf78a027877616fd1176f8d48e37f6')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Copied: moserial/repos/community-x86_64/PKGBUILD (from rev 244848, 
moserial/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2017-07-13 05:10:45 UTC (rev 244849)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+# Contributor: Matias De la Puente <[email protected]>
+
+pkgname=moserial
+pkgver=3.0.11
+pkgrel=2
+pkgdesc="Clean, friendly GTK+-based serial terminal for the GNOME desktop"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/moserial";
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gtk3')
+makedepends=('intltool' 'itstool')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('84136f4f31c56c3f8b693ab7e40124af43cf78a027877616fd1176f8d48e37f6')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to