Package Details: i4oled-gui 1.2-1

Git Clone URL: https://aur.archlinux.org/i4oled-gui.git (read-only, click to copy)
Package Base: i4oled-gui
Description: A graphical user interface for i4oled, a utility to set and render OLED icons on Wacom Intuos4 family tablets
Upstream URL: https://github.com/PrzemoF/i4oled-gui
Licenses: GPL2
Submitter: PhotonX
Maintainer: None
Last Packager: PhotonX
Votes: 0
Popularity: 0.000000
First Submitted: 2019-03-24 07:14 (UTC)
Last Updated: 2019-03-24 07:14 (UTC)

Latest Comments

PhotonX commented on 2023-10-24 12:31 (UTC)

Great! I'm not using this any more, would you possibly like to take it over?

mathieu.clabaut commented on 2023-10-24 09:53 (UTC)

This PKGBUILD seems to build :

# Maintainer: PhotonX <photon89 [at] gmail.com>.

pkgname=i4oled-gui
pkgver=1.2
pkgrel=1
pkgdesc="A graphical user interface for i4oled, a utility to set and render OLED icons on Wacom Intuos4 family tablets"
arch=('i686' 'x86_64')
url="https://gilab.com/PrzemoF/i4oled-gui"
license=('GPL2')
depends=('dconf' 'gtk3')
source=("https://gitlab.com/PrzemoF/i4oled-gui/-/archive/v$pkgver/i4oled-gui-v$pkgver.tar.gz")


build() {
  cd "$pkgname-v$pkgver"
  ./autogen.sh
  ./configure
  make
}

package() {
  cd "$pkgname-v$pkgver"
  make DESTDIR="${pkgdir}" install
}
sha256sums=('20ca488ebc34c8d3a0bee19c17de876da7c3de7388f82e0cb9e0b2f0bcd5b188')

PhotonX commented on 2020-01-11 08:35 (UTC)

Since the Github repo disappeared, I tried to make the gitlab repo work: https://gitlab.com/PrzemoF/i4oled-gui

However, the building process is broken. Unfortunately, I currently don't have the resources to figure things out, so I just link the current status and orphan the package: https://pastebin.com/sbSSAgbZ