mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
acl 2.3.1-1 -> 2.3.2, appres 1.0.5 -> 1.0.7, magic 8.3.486 -> 8.3.489, polkit 124-eafbf7d -> 125, attr 2.5.1-1 -> 2.5.2 (#10374)
* acl 2.3.1-1 -> 2.3.2 * appres 1.0.5 -> 1.0.7 * magic 8.3.486 -> 8.3.489 * polkit 124-eafbf7d -> 125 * attr 2.5.1-1 -> 2.5.2
This commit is contained in:
committed by
GitHub
parent
48eb6bde5f
commit
3b0722b881
@@ -1,28 +1,22 @@
|
||||
require 'package'
|
||||
require 'buildsystems/autotools'
|
||||
|
||||
class Appres < Package
|
||||
class Appres < Autotools
|
||||
description 'The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names.'
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/app/appres'
|
||||
version '1.0.5'
|
||||
license 'custom'
|
||||
compatibility 'all'
|
||||
source_url 'https://x.org/archive/individual/app/appres-1.0.5.tar.bz2'
|
||||
source_sha256 'ffad893712c81943b919e3cbfe46fc65259cc0d9eb96d5e658670e3fbb265928'
|
||||
binary_compression 'tar.xz'
|
||||
version '1.0.7'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://gitlab.freedesktop.org/xorg/app/appres.git'
|
||||
git_hashtag "appres-#{version}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'e470f6c5a1c9d2ef2f89efe68b1243952d6697f8cd265b1baca52353933b9908',
|
||||
armv7l: 'e470f6c5a1c9d2ef2f89efe68b1243952d6697f8cd265b1baca52353933b9908',
|
||||
i686: 'ecfbf924a5003f2de92a65c559f0422547fe336d704d2e1d99b16bc8cbcda424',
|
||||
x86_64: 'be67999ef4b05b90136fd8c0551473c3605046154127e62292bdfa0bd5c194af'
|
||||
aarch64: 'e560503414f7404941a4a0cf7a190684eba3f39c9b528aedd795a714c887fe27',
|
||||
armv7l: 'e560503414f7404941a4a0cf7a190684eba3f39c9b528aedd795a714c887fe27',
|
||||
x86_64: '8f912366682677618af24ad98abbce774efb3a4f4b1ecb987cd4eaa2b81148d2'
|
||||
})
|
||||
|
||||
def self.build
|
||||
system "./configure #{CREW_OPTIONS}"
|
||||
system 'make'
|
||||
end
|
||||
|
||||
def self.install
|
||||
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
|
||||
end
|
||||
depends_on 'libx11'
|
||||
depends_on 'libxt'
|
||||
depends_on 'xorg_proto'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user