=== Signoff report for [community-testing] ===
https://www.archlinux.org/packages/signoffs/
There are currently:
* 4 new packages in last 24 hours
* 0 known bad packages
* 0 packages not accepting signoffs
* 0 fully signed off packages
* 6 packages missing signoffs
* 0 packages older than 14 days
(Note: the word 'package' as used here refers to packages as grouped by
pkgbase, architecture, and repository; e.g., one PKGBUILD produces one
package per architecture, even if it is a split package.)
== New packages in [community-testing] in last 24 hours (4 total) ==
* arm-none-eabi-binutils-2.26.1-1 (i686)
* avr-binutils-2.26.1-1 (i686)
* arm-none-eabi-binutils-2.26.1-1 (x86_64)
* avr-binutils-2.26.1-1 (x86_64)
== Incomplete signoffs for [community] (6 total) ==
* arm-none-eabi-binutils-2.26.1-1 (i686)
0/1 signoffs
* avr-binutils-2.26.1-1 (i686)
0/1 signoffs
* qupzilla-2.0.1-2 (i686)
0/1 signoffs
* arm-none-eabi-binutils-2.26.1-1 (x86_64)
0/2 signoffs
* avr-binutils-2.26.1-1 (x86_64)
0/2 signoffs
* qupzilla-2.0.1-2 (x86_64)
0/2 signoffs
== Top five in signoffs in last 24 hours ==
1. fyan - 8 signoffs
2. eworm - 1 signoffs
Hello.
Is there a problem with AUR servers ? I tried to upgrade my PKGBUILD
for easytag git, and here is the error I get :
fatal: unable to access 'https://aur.archlinux.org/easytag-git.git/':
The requested URL returned error: 403
Any idea ? Thanks !
--
Frederic Bezies
fredbezies(a)gmail.com
Hi, it was suggested in IRC that I post here for review.
Recently the *initial* port of OpenToonz (2D animation software) for
Linux was merged into master,
so I thought it would be nice to make a package.
Here it is...
https://aur.archlinux.org/packages/opentoonz-git/
notes:
- installs to /opt/opentoonz
(could install into /usr instead)
- current CMake setup is weak and doesn't work reliably with threaded builds.
(needs to be fixed in their CMake files).
- requires a shell script, to start
(since it uses dynamic libs)
Regards,
--
- Campbell
=== Signoff report for [community-testing] ===
https://www.archlinux.org/packages/signoffs/
There are currently:
* 0 new packages in last 24 hours
* 0 known bad packages
* 0 packages not accepting signoffs
* 0 fully signed off packages
* 4 packages missing signoffs
* 0 packages older than 14 days
(Note: the word 'package' as used here refers to packages as grouped by
pkgbase, architecture, and repository; e.g., one PKGBUILD produces one
package per architecture, even if it is a split package.)
== Incomplete signoffs for [community] (4 total) ==
* nbd-3.14-2 (i686)
0/1 signoffs
* qupzilla-2.0.1-2 (i686)
0/1 signoffs
* nbd-3.14-2 (x86_64)
0/2 signoffs
* qupzilla-2.0.1-2 (x86_64)
0/2 signoffs
== Top five in signoffs in last 24 hours ==
I scratched an itch and would now like feedback on my first PKGBUILD. I
enabled the features I need (which are all basic), plus all those that
did not pull in too many additional dependencies and compiled without
fuss. I split out syncevo-http-server because it depends on many Python
packages, and many users won't need it.
The patch (not included) replaces python by python2, fixes two minor
compilation issues, and applies a hack to get it to work with libical2.
(Upstream is aware.)
(There are obsolete syncevolution packages in the AUR Archive, but I
decided to start from scratch.)
Thanks,
Justus
# Maintainer: Justus Piater <Justus-dev(a)Piater.name>
pkgname=('syncevolution' 'syncevolution-http')
pkgver=1.5.1
pkgrel=1
pkgdesc="Synchronize PIM data via various protocols"
arch=('i686' 'x86_64')
url="https://syncevolution.org/"
license=('LGPL')
depends=('evolution-data-server' 'neon' 'openobex' 'python2' 'libunique')
makedepends=('intltool' 'boost')
#changelog=
source=("https://download.01.org/syncevolution/syncevolution/sources/$pkgname-$pkgve…"
"$pkgname-$pkgver.patch")
sha256sums=('39f52049006c4a703bfe4b7cea3bb3298fe61b4ba9a8dbc367492409e4091c70'
'e8592cff59bc0ebc9bb2b35b63840d4207bb8bc321f244294122a40910b6aeb2')
prepare() {
cd "$pkgname-$pkgver"
patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
}
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --libexecdir=/usr/lib/syncevolution --sysconfdir=/etc CXXFLAGS=-std=gnu++98 --enable-bluetooth --enable-core --enable-dbus-service --enable-notify --enable-notify-compatibility --enable-gui --enable-pbap --enable-dav
make
}
package_syncevolution() {
cd "$pkgbase-$pkgver"
make DESTDIR="$pkgdir/" install
rm -f $pkgdir/usr/bin/syncevo-http-server
rmdir $pkgdir/usr/lib/syncevolution/test
}
package_syncevolution-http() {
pkgdesc="Synchronize PIM data via various protocols (HTTP server)"
arch=('any')
depends=('syncevolution'
'python2-dbus'
'python2-twisted'
'python2-gobject2'
'python2-pyopenssl'
'python2-service-identity')
#changelog=
cd "$pkgbase-$pkgver"
mkdir -p $pkgdir/usr/bin
/usr/bin/install -c test/syncevo-http-server.py $pkgdir/usr/bin/syncevo-http-server
}
=== Signoff report for [community-testing] ===
https://www.archlinux.org/packages/signoffs/
There are currently:
* 0 new packages in last 24 hours
* 0 known bad packages
* 0 packages not accepting signoffs
* 0 fully signed off packages
* 6 packages missing signoffs
* 0 packages older than 14 days
(Note: the word 'package' as used here refers to packages as grouped by
pkgbase, architecture, and repository; e.g., one PKGBUILD produces one
package per architecture, even if it is a split package.)
== Incomplete signoffs for [community] (6 total) ==
* bluegriffon-2.0-1 (i686)
0/1 signoffs
* nbd-3.14-2 (i686)
0/1 signoffs
* qupzilla-2.0.1-2 (i686)
0/1 signoffs
* bluegriffon-2.0-1 (x86_64)
0/2 signoffs
* nbd-3.14-2 (x86_64)
0/2 signoffs
* qupzilla-2.0.1-2 (x86_64)
0/2 signoffs
== Top five in signoffs in last 24 hours ==
1. lcarlier - 2 signoffs
2. demize - 1 signoffs
=== Signoff report for [community-testing] ===
https://www.archlinux.org/packages/signoffs/
There are currently:
* 3 new packages in last 24 hours
* 0 known bad packages
* 0 packages not accepting signoffs
* 0 fully signed off packages
* 14 packages missing signoffs
* 5 packages older than 14 days
(Note: the word 'package' as used here refers to packages as grouped by
pkgbase, architecture, and repository; e.g., one PKGBUILD produces one
package per architecture, even if it is a split package.)
== New packages in [community-testing] in last 24 hours (3 total) ==
* ruby-treetop-1.6.5-1 (any)
* nbd-3.14-2 (i686)
* nbd-3.14-2 (x86_64)
== Incomplete signoffs for [community] (14 total) ==
* avr-libc-2.0.0-2 (any)
0/2 signoffs
* ruby-treetop-1.6.5-1 (any)
0/2 signoffs
* avr-gcc-6.1.1-1 (i686)
0/1 signoffs
* avr-gdb-7.11.1-1 (i686)
0/1 signoffs
* bluegriffon-2.0-1 (i686)
0/1 signoffs
* msgpack-c-2.0.0-1 (i686)
0/1 signoffs
* nbd-3.14-2 (i686)
0/1 signoffs
* qupzilla-2.0.1-2 (i686)
0/1 signoffs
* avr-gcc-6.1.1-1 (x86_64)
0/2 signoffs
* avr-gdb-7.11.1-1 (x86_64)
0/2 signoffs
* bluegriffon-2.0-1 (x86_64)
0/2 signoffs
* msgpack-c-2.0.0-1 (x86_64)
0/2 signoffs
* nbd-3.14-2 (x86_64)
0/2 signoffs
* qupzilla-2.0.1-2 (x86_64)
0/2 signoffs
== All packages in [community-testing] for more than 14 days (5 total) ==
* avr-gcc-6.1.1-1 (i686), since 2016-05-09
* avr-gcc-6.1.1-1 (x86_64), since 2016-05-09
* avr-libc-2.0.0-2 (any), since 2016-05-10
* avr-gdb-7.11.1-1 (i686), since 2016-06-01
* avr-gdb-7.11.1-1 (x86_64), since 2016-06-01
== Top five in signoffs in last 24 hours ==