mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
changed c dialect to gnu17 to address desksanity compile failures, updated email address, fixed licenses with proper SPDX names per namcap output.
This commit is contained in:
parent
c114940d9a
commit
054ff034e8
2 changed files with 11 additions and 7 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,15 +1,18 @@
|
|||
pkgbase = e-modules-extra-git
|
||||
pkgdesc = Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere
|
||||
pkgver = 20241111
|
||||
pkgver = 20251207
|
||||
pkgrel = 2
|
||||
url = https://git.enlightenment.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = GPL-1.0-or-later
|
||||
license = MIT
|
||||
makedepends = git
|
||||
depends = enlightenment
|
||||
depends = efl
|
||||
depends = glibc
|
||||
provides = e-modules-extra
|
||||
options = !debug
|
||||
source = git+https://git.enlightenment.org/enlightenment/enlightenment-module-cpu.git
|
||||
source = git+https://git.enlightenment.org/enlightenment/enlightenment-module-desksanity.git
|
||||
source = git+https://git.enlightenment.org/enlightenment/enlightenment-module-eenvader.fractal.git
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Mike Pento <mpento@darkforge.net>
|
||||
# Maintainer: Mike Pento <mjpento@gmail.com>
|
||||
|
||||
# IMPORTANT!!! Modify this list for your specific installation
|
||||
_module_list=(
|
||||
|
|
@ -35,14 +35,15 @@ containsElement () {
|
|||
}
|
||||
|
||||
pkgname=e-modules-extra-git
|
||||
pkgver=20241111
|
||||
pkgver=20251207
|
||||
pkgrel=2
|
||||
pkgdesc="Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://git.enlightenment.org/"
|
||||
license=('GPL' 'MIT')
|
||||
license=('GPL-1.0-or-later' 'MIT')
|
||||
options+=('!debug')
|
||||
|
||||
depends=('enlightenment')
|
||||
depends=('enlightenment' 'efl' 'glibc')
|
||||
containsElement "elev8" "${_module_list[@]}" && depends+=('v8<3.19.16')
|
||||
containsElement "empris" "${_module_list[@]}" && depends+=('e_dbus')
|
||||
containsElement "everything-websearch" "${_module_list[@]}" && depends+=('e_dbus')
|
||||
|
|
@ -77,7 +78,7 @@ build() {
|
|||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make CFLAGS+=-std=gnu17
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue