[arch-commits] Commit in librecad/repos (6 files)

2016-04-27 Thread Christian Hesse
Date: Wednesday, April 27, 2016 @ 15:25:51
  Author: eworm
Revision: 172039

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

Added:
  librecad/repos/community-i686/PKGBUILD
(from rev 172038, librecad/trunk/PKGBUILD)
  librecad/repos/community-x86_64/PKGBUILD
(from rev 172038, librecad/trunk/PKGBUILD)
Deleted:
  librecad/repos/community-i686/PKGBUILD
  librecad/repos/community-i686/librecad.install
  librecad/repos/community-x86_64/PKGBUILD
  librecad/repos/community-x86_64/librecad.install

---+
 /PKGBUILD |  124 
 community-i686/PKGBUILD   |   63 --
 community-i686/librecad.install   |   13 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/librecad.install |   13 ---
 5 files changed, 124 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 13:25:47 UTC (rev 172038)
+++ community-i686/PKGBUILD 2016-04-27 13:25:51 UTC (rev 172039)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: mickele  (librecad-git PKGBUILD)
-# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
-# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
-
-pkgname=librecad
-pkgver=2.0.10
-pkgrel=1
-pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
-arch=('i686' 'x86_64')
-url='http://www.librecad.org/'
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
-makedepends=('boost' 'imagemagick' 'librsvg')
-conflicts=('librecad-git')
-replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
-install=librecad.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
-sha256sums=('ca24bede4f4a82816842e66aba3d280b0fde0b94b5dbc55a9a030b7906be6b13')
-
-build() {
-   cd "${srcdir}/LibreCAD-${pkgver}"
-
-   # fix version string
-   sed -i "/^SCMREVISION/c SCMREVISION=\"${pkgver}\"" librecad/src/src.pro
-
-   export CPPFLAGS="-std=c++0x"
-   qmake-qt5 librecad.pro
-   make
-}
-
-package() {
-   cd "${srcdir}/LibreCAD-${pkgver}"
-
-   # executables
-   install -D -m0755 unix/librecad "${pkgdir}/usr/bin/librecad"
-   install -D -m0755 unix/ttf2lff "${pkgdir}/usr/bin/ttf2lff"
-
-   # desktop file and man pages
-   install -D -m0644 desktop/librecad.desktop 
"${pkgdir}/usr/share/applications/librecad.desktop"
-   install -D -m0644 desktop/librecad.1 
"${pkgdir}/usr/share/man/man1/librecad.1"
-
-   # documentation
-   install -D -m0644 librecad/support/doc/README 
"${pkgdir}/usr/share/doc/librecad/index.README"
-   install -D -m0644 librecad/support/doc/index.html 
"${pkgdir}/usr/share/doc/librecad/index.html"
-   install -D -m0644 librecad/support/doc/style.css 
"${pkgdir}/usr/share/doc/librecad/style.css"
-   install -D -m0644 librecad/support/doc/img/librecadlogo.png 
"${pkgdir}/usr/share/doc/librecad/img/librecadlogo.png"
-
-   # icons
-   for SIZE in 16 24 32 48 64 96 128; do
-   convert -scale ${SIZE} \
-   desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg \
-   ${srcdir}/librecad.png
-   install -D -m0644 ${srcdir}/librecad.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png"
-   done
-   install -D -m0644 desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg"
-
-   # resources
-   mkdir -p "${pkgdir}/usr/share/librecad/"
-   cp -r unix/resources/{library,patterns,fonts,qm} 
"${pkgdir}/usr/share/librecad/"
-}
-

Copied: librecad/repos/community-i686/PKGBUILD (from rev 172038, 
librecad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 13:25:51 UTC (rev 172039)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: mickele  (librecad-git PKGBUILD)
+# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
+# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
+
+pkgname=librecad
+pkgver=2.0.10
+pkgrel=2
+pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
+arch=('i686' 'x86_64')
+url='http://www.librecad.org/'
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
+makedepends=('boost' 'imagemagick' 'librsvg')
+conflicts=('librecad-git')
+replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
+sha256sums=('ca24bede4f4a82816842e66aba3d280b0fde0b94b5dbc55a9a030b7906be6b13')
+
+build() {
+   cd "${srcdir}/LibreCAD-${pkgver}"
+
+   # fix version 

[arch-commits] Commit in librecad/repos (6 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 19:23:45
  Author: foutrelis
Revision: 149037

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

Added:
  librecad/repos/community-staging-i686/
  librecad/repos/community-staging-i686/PKGBUILD
(from rev 149036, librecad/trunk/PKGBUILD)
  librecad/repos/community-staging-i686/librecad.install
(from rev 149036, librecad/trunk/librecad.install)
  librecad/repos/community-staging-x86_64/
  librecad/repos/community-staging-x86_64/PKGBUILD
(from rev 149036, librecad/trunk/PKGBUILD)
  librecad/repos/community-staging-x86_64/librecad.install
(from rev 149036, librecad/trunk/librecad.install)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/librecad.install   |   13 +
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/librecad.install |   13 +
 4 files changed, 152 insertions(+)

Copied: librecad/repos/community-staging-i686/PKGBUILD (from rev 149036, 
librecad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 18:23:45 UTC (rev 149037)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: mickele  (librecad-git PKGBUILD)
+# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
+# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
+
+pkgname=librecad
+pkgver=2.0.8
+pkgrel=4
+pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
+arch=('i686' 'x86_64')
+url='http://www.librecad.org/'
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
+makedepends=('boost' 'imagemagick' 'librsvg')
+conflicts=('librecad-git')
+replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
+install=librecad.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
+sha256sums=('ddf654a29369d0b6e275584eb769c5d682957cb34babd004d1c71206cd080f34')
+
+build() {
+   cd "${srcdir}/LibreCAD-${pkgver}"
+
+   # fix version string
+   sed -i "/^SCMREVISION/c SCMREVISION=\"${pkgver}\"" librecad/src/src.pro
+
+   export CPPFLAGS="-std=c++0x"
+   qmake-qt5 librecad.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/LibreCAD-${pkgver}"
+
+   # executables
+   install -D -m0755 unix/librecad "${pkgdir}/usr/bin/librecad"
+   install -D -m0755 unix/ttf2lff "${pkgdir}/usr/bin/ttf2lff"
+
+   # desktop file and man pages
+   install -D -m0644 desktop/librecad.desktop 
"${pkgdir}/usr/share/applications/librecad.desktop"
+   install -D -m0644 desktop/librecad.1 
"${pkgdir}/usr/share/man/man1/librecad.1"
+
+   # documentation
+   install -D -m0644 librecad/support/doc/README 
"${pkgdir}/usr/share/doc/librecad/index.README"
+   install -D -m0644 librecad/support/doc/index.html 
"${pkgdir}/usr/share/doc/librecad/index.html"
+   install -D -m0644 librecad/support/doc/style.css 
"${pkgdir}/usr/share/doc/librecad/style.css"
+   install -D -m0644 librecad/support/doc/img/librecadlogo.png 
"${pkgdir}/usr/share/doc/librecad/img/librecadlogo.png"
+
+   # icons
+   for SIZE in 16 24 32 48 64 96 128; do
+   convert -scale ${SIZE} \
+   desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg \
+   ${srcdir}/librecad.png
+   install -D -m0644 ${srcdir}/librecad.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png"
+   done
+   install -D -m0644 desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg"
+
+   # resources
+   mkdir -p "${pkgdir}/usr/share/librecad/"
+   cp -r unix/resources/{library,patterns,fonts,qm} 
"${pkgdir}/usr/share/librecad/"
+}
+

Copied: librecad/repos/community-staging-i686/librecad.install (from rev 
149036, librecad/trunk/librecad.install)
===
--- community-staging-i686/librecad.install (rev 0)
+++ community-staging-i686/librecad.install 2015-12-06 18:23:45 UTC (rev 
149037)
@@ -0,0 +1,13 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: librecad/repos/community-staging-x86_64/PKGBUILD (from rev 149036, 
librecad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 18:23:45 UTC (rev 149037)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# 

[arch-commits] Commit in librecad/repos (6 files)

2015-04-22 Thread Christian Hesse
Date: Wednesday, April 22, 2015 @ 10:20:30
  Author: eworm
Revision: 131897

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

Added:
  librecad/repos/community-staging-i686/
  librecad/repos/community-staging-i686/PKGBUILD
(from rev 131896, librecad/trunk/PKGBUILD)
  librecad/repos/community-staging-i686/librecad.install
(from rev 131896, librecad/trunk/librecad.install)
  librecad/repos/community-staging-x86_64/
  librecad/repos/community-staging-x86_64/PKGBUILD
(from rev 131896, librecad/trunk/PKGBUILD)
  librecad/repos/community-staging-x86_64/librecad.install
(from rev 131896, librecad/trunk/librecad.install)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/librecad.install   |   13 +
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/librecad.install |   13 +
 4 files changed, 152 insertions(+)

Copied: librecad/repos/community-staging-i686/PKGBUILD (from rev 131896, 
librecad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 08:20:30 UTC (rev 131897)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: mickele mimocciola at yahoo dot com (librecad-git PKGBUILD)
+# Contributor: Ilmari Repo ilmari at gmail dot com (librecad-svn PKGBUILD)
+# Contributor: GazJ Gary James garyjames82 at gmail dot com (CADuntu 
PKGBUILD)
+
+pkgname=librecad
+pkgver=2.0.7
+pkgrel=3
+pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
+arch=('i686' 'x86_64')
+url='http://www.librecad.org/'
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
+makedepends=('boost' 'imagemagick' 'librsvg')
+conflicts=('librecad-git')
+replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
+install=librecad.install
+source=(${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/LibreCAD/LibreCAD/tar.gz/${pkgver};)
+sha256sums=('c8ae88be5e2d1cac9c979c2922b52d33d4f156bff63ea217c646f6bc07f88c0d')
+
+build() {
+   cd ${srcdir}/LibreCAD-${pkgver}
+
+   # fix version string
+   sed -i /^SCMREVISION/c SCMREVISION=\${pkgver}\ librecad/src/src.pro
+
+   export CPPFLAGS=-std=c++0x
+   qmake-qt5 librecad.pro
+   make
+}
+
+package() {
+   cd ${srcdir}/LibreCAD-${pkgver}
+
+   # executables
+   install -D -m0755 unix/librecad ${pkgdir}/usr/bin/librecad
+   install -D -m0755 unix/ttf2lff ${pkgdir}/usr/bin/ttf2lff
+
+   # desktop file and man pages
+   install -D -m0644 desktop/librecad.desktop 
${pkgdir}/usr/share/applications/librecad.desktop
+   install -D -m0644 desktop/librecad.1 
${pkgdir}/usr/share/man/man1/librecad.1
+
+   # documentation
+   install -D -m0644 librecad/support/doc/README 
${pkgdir}/usr/share/doc/librecad/index.README
+   install -D -m0644 librecad/support/doc/index.html 
${pkgdir}/usr/share/doc/librecad/index.html
+   install -D -m0644 librecad/support/doc/style.css 
${pkgdir}/usr/share/doc/librecad/style.css
+   install -D -m0644 librecad/support/doc/img/librecadlogo.png 
${pkgdir}/usr/share/doc/librecad/img/librecadlogo.png
+
+   # icons
+   for SIZE in 16 24 32 48 64 96 128; do
+   convert -scale ${SIZE} \
+   desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg \
+   ${srcdir}/librecad.png
+   install -D -m0644 ${srcdir}/librecad.png 
${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png
+   done
+   install -D -m0644 desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg
+
+   # resources
+   mkdir -p ${pkgdir}/usr/share/librecad/
+   cp -r unix/resources/{library,patterns,fonts,qm} 
${pkgdir}/usr/share/librecad/
+}
+

Copied: librecad/repos/community-staging-i686/librecad.install (from rev 
131896, librecad/trunk/librecad.install)
===
--- community-staging-i686/librecad.install (rev 0)
+++ community-staging-i686/librecad.install 2015-04-22 08:20:30 UTC (rev 
131897)
@@ -0,0 +1,13 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: librecad/repos/community-staging-x86_64/PKGBUILD (from rev 131896, 
librecad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-22 08:20:30 UTC (rev 131897)
@@ -0,0 +1,63 @@
+# $Id$
+#