[arch-commits] Commit in cinnamon-menus/repos (4 files)

Alexandre Filgueira faidoc at archlinux.org
Wed May 20 01:49:58 UTC 2015


    Date: Wednesday, May 20, 2015 @ 03:49:58
  Author: faidoc
Revision: 133863

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

Added:
  cinnamon-menus/repos/community-i686/PKGBUILD
    (from rev 133862, cinnamon-menus/trunk/PKGBUILD)
  cinnamon-menus/repos/community-x86_64/PKGBUILD
    (from rev 133862, cinnamon-menus/trunk/PKGBUILD)
Deleted:
  cinnamon-menus/repos/community-i686/PKGBUILD
  cinnamon-menus/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 52 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-20 01:48:19 UTC (rev 133862)
+++ community-i686/PKGBUILD	2015-05-20 01:49:58 UTC (rev 133863)
@@ -1,27 +0,0 @@
-#Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-license=('GPL' 'LGPL')
-url="http://www.linuxmint.com"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz")
-sha256sums=('7ab04bb668c80c3a1acccaa07f1b5d22023f397841735f4c4243c10cda717e5c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure \
-      --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var  --disable-static \
-      --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-i686/PKGBUILD (from rev 133862, cinnamon-menus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-20 01:49:58 UTC (rev 133863)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="http://www.linuxmint.com"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz")
+sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-20 01:48:19 UTC (rev 133862)
+++ community-x86_64/PKGBUILD	2015-05-20 01:49:58 UTC (rev 133863)
@@ -1,27 +0,0 @@
-#Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-menus
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-license=('GPL' 'LGPL')
-url="http://www.linuxmint.com"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz")
-sha256sums=('7ab04bb668c80c3a1acccaa07f1b5d22023f397841735f4c4243c10cda717e5c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure \
-      --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var  --disable-static \
-      --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-x86_64/PKGBUILD (from rev 133862, cinnamon-menus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-20 01:49:58 UTC (rev 133863)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+
+pkgname=cinnamon-menus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="http://www.linuxmint.com"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz")
+sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list