Package Details: inkblot 0.99.9-4

Git Clone URL: https://aur.archlinux.org/inkblot.git (read-only, click to copy)
Package Base: inkblot
Description: Inkblot reports on the remaining ink levels in a wide variety of USB and Parallel connected printers.
Upstream URL: https://github.com/alexandre-mbm/inkblot
Licenses: GPL
Submitter: alexandre-mbm
Maintainer: alexandre-mbm
Last Packager: alexandre-mbm
Votes: 0
Popularity: 0.000000
First Submitted: 2015-09-25 01:32 (UTC)
Last Updated: 2015-12-09 11:13 (UTC)

Latest Comments

1 2 Next › Last »

AsukaMinato commented on 2023-10-26 07:18 (UTC)

A small fix make this work.

# Contributor: Asuka Minato
# Contributor: Axel Reidemeister[computerkranker] <mail@axelreidemeister.de>
# Maintainer: Alexandre Magno <alexandre.mbm@gmail.com>

pkgname=inkblot
pkgver=0.99.9
pkgrel=5
_maintainer=alexandre-mbm
pkgdesc="Inkblot reports on the remaining ink levels in a wide variety of USB and Parallel connected printers."
arch=('i686' 'x86_64')
url="https://github.com/${_maintainer}/${pkgname}"
license=('GPL')
depends=('libinklevel')
makedepends=('harfbuzz-icu' 'libgnomeui' 'perl-xml-parser')
source=("https://github.com/${_maintainer}/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('eadeafc4a5621d684287fa1ac6aa65d3')

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  find . -name "inkblot.h" -print -exec sed -i "s@guint timer_id;@static guint timer_id;@g" {} \;
  ./configure --prefix=/usr --sysconfdir=/etc LIBS=-lX11
  make || return 1
  make DESTDIR="${pkgdir}/" install
}

freedomsha commented on 2021-05-08 16:51 (UTC) (edited on 2021-05-08 17:00 (UTC) by freedomsha)

J'ai un souci de compilation:

/usr/include/glib-2.0/gobject/gtype.h:679:1: note: déclaré ici 679 | { | ^ mv -f .deps/eggtrayicon.Tpo .deps/eggtrayicon.Po gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o inkblot main.o detect.o menu.o eggtrayicon.o -lgnomeui-2 -lSM -lICE -lglib-2.0 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lbonoboui-2 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lgnome-2 -lpopt -lbonobo-2 -lglib-2.0 -lglib-2.0 -lbonobo-activation -lglib-2.0 -lORBit-2 -lglib-2.0 -lgnomecanvas-2 -lart_lgpl_2 -lgnomevfs-2 -lgthread-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lglade-2.0 -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lharfbuzz -lfontconfig -lfreetype -lgconf-2 -lglib-2.0 -linklevel -lX11 /usr/bin/ld : detect.o:(.bss+0x8) : définitions multiples de « timer_id »; main.o:(.bss+0x38) : défini pour la première fois ici /usr/bin/ld : menu.o:(.bss+0x0) : définitions multiples de « timer_id »; main.o:(.bss+0x38) : défini pour la première fois ici collect2: erreur: ld a retourné le statut de sortie 1 make[2]: [Makefile:272 : inkblot] Erreur 1 make[2] : on quitte le répertoire « /home/tmp/yaourt-tmp-user/aur-inkblot/src/inkblot-0.99.9/src » make[1]: [Makefile:337 : all-recursive] Erreur 1 make[1] : on quitte le répertoire « /home/tmp/yaourt-tmp-user/aur-inkblot/src/inkblot-0.99.9 » make: *** [Makefile:240 : all] Erreur 2

voici une piste pour les définitions multiples: https://openclassrooms.com/forum/sujet/probleme-de-definitions-multiples

alexandre-mbm commented on 2015-12-09 11:20 (UTC)

Hi guys! Help me to observe from https://github.com/alexandre-mbm/arch-pkgs/issues/18 please.

alexandre-mbm commented on 2015-12-09 06:16 (UTC)

@phw, @thore, @pintergreg, all solved. Okay? If yes, clean the comments please. Ref.: https://github.com/alexandre-mbm/arch-pkgs/issues?q=label%3Aaur+is%3Aclosed

pintergreg commented on 2015-12-04 07:26 (UTC)

libgnomeui should be dependency. I got error: checking for PACKAGE... configure: error: Package requirements (libgnomeui-2.0 libglade-2.0 gtk+-2.0 gconf-2.0) were not met: No package 'libgnomeui-2.0' found But after installing it, works.