Package Details: lib32-libxpm 3.5.17-4

Git Clone URL: https://aur.archlinux.org/lib32-libxpm.git (read-only, click to copy)
Package Base: lib32-libxpm
Description: X11 pixmap library (32-bit)
Upstream URL: https://xorg.freedesktop.org
Keywords: 32bit lib x11 xorg
Licenses: MIT, X11-distribute-modifications-variant
Submitter: bluewind
Maintainer: adamperkowski
Last Packager: adamperkowski
Votes: 143
Popularity: 0.89
First Submitted: 2012-01-07 23:06 (UTC)
Last Updated: 2025-01-02 10:59 (UTC)

Latest Comments

1 2 Next › Last »

lbiaggi commented on 2025-01-02 10:16 (UTC)

@adamperkowski {usr,share,include} inside quotes is not expanding correctly, at least in zsh.

lbiaggi commented on 2025-01-02 09:50 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 6b6030a..72ca19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ package() {

   make DESTDIR="$pkgdir" install

-  rm -rf "$pkgdir/usr/{include,bin}"
+  rm -rf ${pkgdir}/usr/{include,share,bin}

   install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
 }

sl1pkn07 commented on 2025-01-01 18:33 (UTC)

fails due duplication of doc folder

MarsSeed commented on 2023-07-27 17:50 (UTC)

The key has expired. So I think at this point it is better to just remove the verification altogether, if there is no newer signature available.

sbmomeni commented on 2023-07-14 18:16 (UTC)

@ariel.miculas You may try another keyserver:

gpg --recv-keys --keyserver hkps://keyserver.ubuntu.com ACEB29740C9A4E97

ariel.miculas commented on 2023-07-14 08:31 (UTC)

Doesn't work

$ gpg --recv-keys --keyserver hkp://pgp.mit.edu ACEB29740C9A4E97

gpg: keyserver receive failed: No data

korimitsu commented on 2023-07-02 21:07 (UTC)

@danievdm that does it, but why don't build it directly into the PKGBUILD?

danievdm commented on 2023-07-02 11:19 (UTC)

@sbmomeni for the keys error just run gpg --recv-keys --keyserver hkp://pgp.mit.edu ACEB29740C9A4E97 from command line. That sorted mine out.

korimitsu commented on 2023-06-30 21:47 (UTC)

Fails to build:

==> Making package: lib32-libxpm 3.5.16-1
==> Retrieving sources...
  -> Downloading libXpm-3.5.16.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  458k  100  458k    0     0   311k      0  0:00:01  0:00:01 --:--:--  312k
  -> Downloading libXpm-3.5.16.tar.xz.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   215  100   215    0     0    375      0 --:--:-- --:--:-- --:--:--   375
==> Validating source files with sha512sums...
    libXpm-3.5.16.tar.xz ... Passed
    libXpm-3.5.16.tar.xz.sig ... Skipped
==> Verifying source file signatures with gpg...
    libXpm-3.5.16.tar.xz ... FAILED (unknown public key ACEB29740C9A4E97)
==> ERROR: One or more PGP signatures could not be verified!
error: failed to download sources for 'lib32-libxpm-3.5.16-1': 
error: packages failed to build: lib32-libxpm-3.5.16-1

sbmomeni commented on 2023-01-27 06:07 (UTC)

Version 3.5.15 depends on ncompress package.