lists.archlinux.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2023
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
April
March
February
January
2015
December
November
October
September
August
July
June
May
April
March
February
January
2014
December
November
October
September
August
July
June
List overview
Download
Aur-requests
March 2018
----- 2023 -----
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
----- 2015 -----
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
----- 2014 -----
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
aur-requests@lists.archlinux.org
19 participants
328 discussions
Start a n
N
ew thread
[aur-requests] [PRQ#11030] Merge Request for spotify
by notify@aur.archlinux.org
31 Mar '18
31 Mar '18
friday13 [1] filed a request to merge spotify [2] into pkgbuilder [3]: # Maintainer: Ashley Whetter <(firstname) @ awhetter.co.uk> # Contributor: Eothred <yngve.levinsen(a)gmail.com> pkgname=spotify pkgver=1.0.77.338 _i386_pkgver=1.0.72.117 _anotherpkgver=.g758ebd78 _i386_anotherpkgver=.g6bd7cc73 _amd64_pkgrel=41 _i386_pkgrel=35 pkgrel=2 pkgdesc="A proprietary music streaming service" arch=('x86_64' 'i686') license=('custom:"Copyright (c) 2006-2010 Spotify Ltd"') url="
http://www.spotify.com
" options=('!strip' '!upx') source=('spotify' 'spotify.protocol' 'LICENSE') sha256sums=('989920e9360cadc1a8103b8c04acf0c87cb7911eb9a09dddb0cf4708d6249d34' 'af54f3b90cac46fa100b3f919a9225d10d847617d24aa9af3d832e7689f482c3' '4e8bea31ca27e16cac9c9dcd8f6ec27e1f82b45de86d6fee7a1e77e23f884b92') sha256sums_x86_64=('0698d2dbda43f2866d2a6f6ed9816bf8022aa8cf67d0dba347f486410093e1a4') sha256sums_i686=('f5ac29e8374901ce7401825d13471c03bcf6ec8106f8c210c710b0a8d7b22ca9') source_x86_64=("
http://repository.spotify.com/pool/non-free/s/spotify-
client/spotify- client_${pkgver}${_anotherpkgver}-${_amd64_pkgrel}_amd64.deb") source_i686=("
http://repository.spotify.com/pool/non-free/s/spotify-
client/spotify- client_${_i386_pkgver}${_i386_anotherpkgver}-${_i386_pkgrel}_i386.deb") depends=("alsa-lib>=1.0.14" "gconf" "gtk2" "glib2" "nss" "libsystemd" "libxtst" "libx11" "libxss" "openssl-1.0" "desktop-file-utils" "rtmpdump") depends_x86_64=('libcurl-gnutls') depends_i686=('libcurl-compat') optdepends=('ffmpeg-compat-54: Adds support for playback of local files' 'zenity: Adds support for importing local files' 'libnotify: Desktop notifications' ) package() { cd "${srcdir}" tar -xzf data.tar.gz -C "${pkgdir}" install -D "${pkgdir}"/usr/share/spotify/spotify.desktop "${pkgdir}"/usr/share/applications/spotify.desktop install -D "${pkgdir}"/usr/share/spotify/icons/spotify- linux-512.png "${pkgdir}"/usr/share/pixmaps/spotify-client.png for size in 22 24 32 48 64 128 256 512; do install -D "${pkgdir}/usr/share/spotify/icons/spotify- linux-$size.png" \ "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/spotify.png" done chmod -R go-w "${pkgdir}"/usr # Bin Script rm "${pkgdir}"/usr/bin/spotify install -Dm755 "${srcdir}/spotify" "${pkgdir}/usr/bin/spotify" # Copy protocol file for KDE install -Dm644 "${srcdir}/spotify.protocol" "${pkgdir}/usr/share/kservices5/spotify.protocol" # License install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } [1]
https://aur.archlinux.org/account/friday13/
[2]
https://aur.archlinux.org/pkgbase/spotify/
[3]
https://aur.archlinux.org/pkgbase/pkgbuilder/
2
2
0
0
[aur-requests] [PRQ#11033] Deletion Request for spotify
by notify@aur.archlinux.org
31 Mar '18
31 Mar '18
hortam88 [1] filed a deletion request for spotify [2]: pls update [1]
https://aur.archlinux.org/account/hortam88/
[2]
https://aur.archlinux.org/pkgbase/spotify/
2
2
0
0
[aur-requests] [PRQ#11016] Deletion Request for shaperprobe
by notify@aur.archlinux.org
29 Mar '18
29 Mar '18
hcartiaux [1] filed a deletion request for shaperprobe [2]: Deprecated, source code is not available anymore
https://www.measurementlab.net/tests/shaperprobe/
[1]
https://aur.archlinux.org/account/hcartiaux/
[2]
https://aur.archlinux.org/pkgbase/shaperprobe/
1
1
0
0
[aur-requests] [PRQ#11023] Deletion Request for python-libclang
by notify@aur.archlinux.org
29 Mar '18
29 Mar '18
Eschwartz [1] filed a deletion request for python-libclang [2]: obsoleted by clang 6 [1]
https://aur.archlinux.org/account/Eschwartz/
[2]
https://aur.archlinux.org/pkgbase/python-libclang/
1
1
0
0
[aur-requests] [PRQ#11009] Deletion Request for pws-git
by notify@aur.archlinux.org
28 Mar '18
28 Mar '18
freaknils [1] filed a deletion request for pws-git [2]: Twin of pwstore-git [1]
https://aur.archlinux.org/account/freaknils/
[2]
https://aur.archlinux.org/pkgbase/pws-git/
1
1
0
0
[aur-requests] [PRQ#11008] Deletion Request for handbrake-gtk2
by notify@aur.archlinux.org
28 Mar '18
28 Mar '18
FabioLolix [1] filed a deletion request for handbrake-gtk2 [2]: Old version since Gtk2 is no longer supported [1]
https://aur.archlinux.org/account/FabioLolix/
[2]
https://aur.archlinux.org/pkgbase/handbrake-gtk2/
1
1
0
0
[aur-requests] [PRQ#10892] Orphan Request for nvidia-beta-dkms
by notify@aur.archlinux.org
28 Mar '18
28 Mar '18
matt_welch [1] filed a orphan request for nvidia-beta-dkms [2]: I would like to volunteer to update the package. [1]
https://aur.archlinux.org/account/matt_welch/
[2]
https://aur.archlinux.org/pkgbase/nvidia-beta-dkms/
2
2
0
0
[aur-requests] [PRQ#10987] Deletion Request for warframe-wine-git
by notify@aur.archlinux.org
28 Mar '18
28 Mar '18
Nefelim4ag [1] filed a deletion request for warframe-wine-git [2]: I removed repo, that's package never worked and i just forgot delete package. Thanks. [1]
https://aur.archlinux.org/account/Nefelim4ag/
[2]
https://aur.archlinux.org/pkgbase/warframe-wine-git/
1
1
0
0
[aur-requests] [PRQ#11004] Deletion Request for qpdfview-qt4
by notify@aur.archlinux.org
28 Mar '18
28 Mar '18
haawda [1] filed a deletion request for qpdfview-qt4 [2]: poppler no longer supports qt4 backend. [1]
https://aur.archlinux.org/account/haawda/
[2]
https://aur.archlinux.org/pkgbase/qpdfview-qt4/
1
1
0
0
[aur-requests] [PRQ#11005] Deletion Request for clawspeek-git
by notify@aur.archlinux.org
28 Mar '18
28 Mar '18
Ralf_Mardorf [1] filed a deletion request for clawspeek-git [2]: Hi, since 2016 claws passwords are stored in ~/.claws- mail/passwordstorerc, see
http://lists.claws-
mail.org/pipermail/users/2016-August/017029.html
, let alone that Configuration > Edit accounts... > Account > Basic and other provide an option "Show password", see the related commit from 2017
http://git.claws-
mail.org/?p=claws.git;a=commit;h=dd3dd86abd31fa8eb280a6c7cd6e710e01d5ac69
, hence I submit a deletion request. Regards, Ralf [1]
https://aur.archlinux.org/account/Ralf_Mardorf/
[2]
https://aur.archlinux.org/pkgbase/clawspeek-git/
1
1
0
0
← Newer
1
2
3
4
5
6
7
8
9
...
33
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Results per page:
10
25
50
100
200