[arch-commits] Commit in auto-multiple-choice/repos/community-x86_64 (2 files)

2020-12-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, December 22, 2020 @ 13:55:44
  Author: kgizdov
Revision: 781998

archrelease: copy trunk to community-x86_64

Added:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD
(from rev 781997, auto-multiple-choice/trunk/PKGBUILD)
Deleted:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 +++--
 1 file changed, 48 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 13:55:39 UTC (rev 781997)
+++ PKGBUILD2020-12-22 13:55:44 UTC (rev 781998)
@@ -1,44 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Benoit LANDRIEU
-# Contributor: Thomas LEGRAND
-# Contributor: Alexis Bienvenue
-# Contributor: fabmen
-
-pkgname=auto-multiple-choice
-pkgver=1.4.0
-pkgrel=9
-pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
-arch=('x86_64')
-url='https://www.auto-multiple-choice.net/'
-license=('GPL2')
-depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
- 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
- 'ttf-linux-libertine'
- 'texlive-core'
- 'opencv' 'poppler' 'poppler-glib')
-makedepends=('netpbm' 'xorgproto')
-source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
-'SKIP')
-validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
-  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
-  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
-  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all_precomp \
-GCC_OPENCV="$(pkg-config --cflags opencv4)" \
-GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
-}
-
-package() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: auto-multiple-choice/repos/community-x86_64/PKGBUILD (from rev 781997, 
auto-multiple-choice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 13:55:44 UTC (rev 781998)
@@ -0,0 +1,48 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=10
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+optdepends=('perl-email-sender: allow email sending (1 of 3)'
+'perl-module-pluggable: allow email sending (2 of 3)'
+'perl-email-mime: allow email sending (3 of 3)')
+makedepends=('netpbm' 'xorgproto')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in auto-multiple-choice/repos/community-x86_64 (2 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:33:29
  Author: zorun
Revision: 536106

archrelease: copy trunk to community-x86_64

Added:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD
(from rev 536105, auto-multiple-choice/trunk/PKGBUILD)
Deleted:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 21:33:19 UTC (rev 536105)
+++ PKGBUILD2019-12-06 21:33:29 UTC (rev 536106)
@@ -1,44 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Benoit LANDRIEU
-# Contributor: Thomas LEGRAND
-# Contributor: Alexis Bienvenue
-# Contributor: fabmen
-
-pkgname=auto-multiple-choice
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
-arch=('x86_64')
-url='https://www.auto-multiple-choice.net/'
-license=('GPL2')
-depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
- 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone'
- 'ttf-linux-libertine'
- 'texlive-core'
- 'opencv' 'poppler' 'poppler-glib')
-makedepends=('netpbm')
-source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
-'SKIP')
-validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
-  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
-  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
-  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all_precomp \
-GCC_OPENCV="$(pkg-config --cflags opencv4)" \
-GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
-}
-
-package() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: auto-multiple-choice/repos/community-x86_64/PKGBUILD (from rev 536105, 
auto-multiple-choice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 21:33:29 UTC (rev 536106)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=5
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+makedepends=('netpbm')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in auto-multiple-choice/repos/community-x86_64 (2 files)

2019-01-04 Thread Baptiste Jonglez via arch-commits
Date: Friday, January 4, 2019 @ 13:25:35
  Author: zorun
Revision: 420534

archrelease: copy trunk to community-x86_64

Added:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD
(from rev 420533, auto-multiple-choice/trunk/PKGBUILD)
Deleted:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 13:25:24 UTC (rev 420533)
+++ PKGBUILD2019-01-04 13:25:35 UTC (rev 420534)
@@ -1,44 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Benoit LANDRIEU
-# Contributor: Thomas LEGRAND
-# Contributor: Alexis Bienvenue
-# Contributor: fabmen
-
-pkgname=auto-multiple-choice
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
-arch=('x86_64')
-url='https://www.auto-multiple-choice.net/'
-license=('GPL2')
-depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
- 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip'
- 'ttf-linux-libertine'
- 'opencv' 'poppler' 'poppler-glib')
-makedepends=('netpbm')
-optdepends=('texlive-core: LaTeX distribution')
-source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
-'SKIP')
-validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
-  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
-  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
-  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all_precomp \
-GCC_OPENCV="$(pkg-config --cflags opencv4)" \
-GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
-}
-
-package() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: auto-multiple-choice/repos/community-x86_64/PKGBUILD (from rev 420533, 
auto-multiple-choice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 13:25:35 UTC (rev 420534)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+makedepends=('netpbm')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in auto-multiple-choice/repos/community-x86_64 (2 files)

2019-01-01 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, January 1, 2019 @ 21:56:15
  Author: zorun
Revision: 420235

archrelease: copy trunk to community-x86_64

Added:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD
(from rev 420234, auto-multiple-choice/trunk/PKGBUILD)
Deleted:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-01 21:55:54 UTC (rev 420234)
+++ PKGBUILD2019-01-01 21:56:15 UTC (rev 420235)
@@ -1,44 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Benoit LANDRIEU
-# Contributor: Thomas LEGRAND
-# Contributor: Alexis Bienvenue
-# Contributor: fabmen
-
-pkgname=auto-multiple-choice
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
-arch=('i686' 'x86_64')
-url='https://www.auto-multiple-choice.net/'
-license=('GPL2')
-depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
- 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip'
- 'ttf-linux-libertine'
- 'opencv' 'poppler' 'poppler-glib')
-makedepends=('netpbm')
-optdepends=('texlive-core: LaTeX distribution')
-source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
-'SKIP')
-validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
-  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
-  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
-  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all_precomp \
-GCC_OPENCV="$(pkg-config --cflags opencv4)" \
-GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
-}
-
-package() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: auto-multiple-choice/repos/community-x86_64/PKGBUILD (from rev 420234, 
auto-multiple-choice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-01 21:56:15 UTC (rev 420235)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip'
+ 'ttf-linux-libertine'
+ 'opencv' 'poppler' 'poppler-glib')
+makedepends=('netpbm')
+optdepends=('texlive-core: LaTeX distribution')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}