Hello,
My aur account, bmgxc9, had a change of password probably three weeks
ago that I seemed to have misplaced. The email box that it was
registered under, contact(a)brettgilio.com is defunct and inaccessible at
the moment.
BMG
--
Brett M. Gilio
B.S. Biological Sciences
B.M. Music Composition
http://www.brettgilio.com/
"Sometimes the obvious is the enemy of the true."
- G. Stolzenberg
Hi,
usually I build claws-mail-git from AUR by adding
--build=$(uname -m)-arch-linux-gnu to ./configure.
Today I forget to add it, so I expected a default of
x86_64-unknown-linux-gnu, since /etc/makepkg.conf is configured to
default to it.
Sometimes I build without an AUR helper, but today I used yaourt.
To my surprise "x86_64-pc-linux-gnu" is used.
[rocketmouse@archlinux ~]$ grep CHOST /etc/makepkg.conf*
/etc/makepkg.conf:CHOST="x86_64-unknown-linux-gnu"
/etc/makepkg.conf-20130715_000209.bak:CHOST="x86_64-unknown-linux-gnu"
/etc/makepkg.conf.pacnew:CHOST="x86_64-pc-linux-gnu"
[rocketmouse@archlinux ~]$ grep linux /etc/yaourtrc
#AURURL="https://aur.archlinux.org"
Why isn't "x86_64-unknown-linux-gnu" used? Seemingly I'm missing
another config.
Regards,
Ralf
Hi All,
A package that I use just recently disappeared from the aur. I
searched this list for any mention of it, and found nothing. The package
is called "photofilmstrip". What's going on?
Hi all,
I'm new to Perl packaging. I wrote my first PKGBUILD [1] following the
wiki [2].
I would be very grateful if somebody could give it a read and suggest
improvements? namcap does not emit any warning.
|# Maintainer: François Freitag <mail at franek dot fr> # Contributor:
Victor van den Elzen <victor.vde at gmail dot com> pkgname=pgbadger
pkgver=9.2 pkgrel=4 pkgdesc="A fast PostgreSQL Log Analyzer"
arch=("any") url="https://github.com/dalibo/pgbadger"
license=("custom:Dalibo") depends=('perl>=5.10.0') optdepends=(
"perl-text-csv-xs: parse PostgreSQL CSV log files" "perl-json-xs: export
statistics as JSON file" ) options=('!emptydirs')
source=("https://github.com/dalibo/pgbadger/archive/v${pkgver}.tar.gz")
sha256sums=('2107466309a409fb9e40f11bb77cac1f9ba7910d5328e7b2e08eb7a1c6d760ec')
prepare() { # Override perl command line options we don't want. Source:
# https://wiki.archlinux.org/index.php/Perl_Policy#Vendor export
PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ PERL5LIB=""
PERL_LOCAL_LIB_ROOT="" \ MODULEBUILDRC=/dev/null } build() { cd
"${srcdir}/pgbadger-${pkgver}" /usr/bin/perl Makefile.PL make }
package() { cd "${srcdir}/pgbadger-${pkgver}" install -Dm644 LICENSE -t
"${pkgdir}/usr/share/licenses/${pkgname}" make pure_vendor_install
INSTALLDIRS=vendor DESTDIR="${pkgdir}" # Remove perllocal.pod and
.packlist find "${pkgdir}" \( -name .packlist -o -name perllocal.pod \)
-delete } |
Thank you for your time,
François
[1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pgbadger
[2] https://wiki.archlinux.org/index.php/Perl_Policy#Vendor
Dear aurweb contributors and users,
We are pleased to announce the release of aurweb 4.6.0!
This release brings a lot of improvements to the comment functionality.
You can now use basic Markdown syntax to format your comments. Commit
hashes to the Git repository of the package and references to Flyspray
tickets are converted to links automatically. Long comments are
collapsed and can be expanded on demand.
We also made some changes not immediately visible to the end user,
including several security fixes, a safety mechanism to prevent Trusted
Users from accidentally performing non-fast-forward pushes and a public
API to retrieve a list of registered account names.
For a comprehensive list of changes, please consult the Git log [2]. As
usual, bugs should be reported to the aurweb bug tracker [3].
[1] https://aur.archlinux.org/
[2] https://projects.archlinux.org/aurweb.git/log/?id=v4.6.0
[3] https://bugs.archlinux.org/index.php?project=2