mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/sensors-applet to 3.0.0-1
This commit is contained in:
parent
872c580102
commit
ae94f713ca
4 changed files with 1592 additions and 21 deletions
|
@ -1,24 +1,35 @@
|
|||
pkgbase = sensors-applet
|
||||
pkgdesc = Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings
|
||||
pkgver = 3.0.0+13+g0728426
|
||||
pkgrel = 7
|
||||
url = http://sensors-applet.sourceforge.net/
|
||||
pkgdesc = Applet for GNOME Panel to display readings from hardware sensors
|
||||
pkgver = 3.0.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://sensors-applet.sourceforge.net/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = git
|
||||
makedepends = gnome-common
|
||||
makedepends = intltool
|
||||
makedepends = yelp-tools
|
||||
depends = cairo
|
||||
depends = dconf
|
||||
depends = gdk-pixbuf2
|
||||
depends = glib2
|
||||
depends = glibc
|
||||
depends = gnome-panel
|
||||
depends = libatasmart
|
||||
depends = gtk3
|
||||
depends = hicolor-icon-theme
|
||||
depends = libx11
|
||||
depends = libxnvctrl
|
||||
depends = lm_sensors
|
||||
optdepends = hddtemp: get HDD temperatures
|
||||
optdepends = udisks2: get HDD temperatures
|
||||
source = sensors-applet::git+https://git.code.sf.net/p/sensors-applet/code#commit=07284262768e3a7066da09845370d78526be6bc1
|
||||
source = fix-crash-destroying-active-sensor.patch
|
||||
source = port-to-libgnome-panel.patch
|
||||
source = sensors-applet-3.0.0-udisks2-plugin.patch
|
||||
sha256sums = SKIP
|
||||
sha256sums = 9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156
|
||||
sha256sums = cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d
|
||||
sha256sums = a189ffb899bd87de885bcf7f27324d845a2bf88b6213e11aa12e3c90a3276105
|
||||
|
||||
pkgname = sensors-applet
|
||||
|
|
|
@ -4,32 +4,34 @@
|
|||
# - drop dependency on libxnvctrl (nvidia-settings)
|
||||
|
||||
pkgname=sensors-applet
|
||||
pkgver=3.0.0+13+g0728426
|
||||
pkgrel=7
|
||||
pkgdesc='Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings'
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Applet for GNOME Panel to display readings from hardware sensors'
|
||||
arch=('x86_64')
|
||||
url='http://sensors-applet.sourceforge.net/'
|
||||
license=('GPL')
|
||||
depends=('gnome-panel' 'libatasmart' 'lm_sensors')
|
||||
url='https://sensors-applet.sourceforge.net/'
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('cairo' 'dconf' 'gdk-pixbuf2' 'glib2' 'glibc' 'gnome-panel' 'gtk3' 'hicolor-icon-theme'
|
||||
'libx11' 'lm_sensors')
|
||||
makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
|
||||
optdepends=('hddtemp: get HDD temperatures')
|
||||
optdepends=('hddtemp: get HDD temperatures'
|
||||
'udisks2: get HDD temperatures')
|
||||
_commit=07284262768e3a7066da09845370d78526be6bc1 # master
|
||||
source=("$pkgname::git+https://git.code.sf.net/p/sensors-applet/code#commit=$_commit"
|
||||
'fix-crash-destroying-active-sensor.patch'
|
||||
'port-to-libgnome-panel.patch')
|
||||
'port-to-libgnome-panel.patch'
|
||||
'sensors-applet-3.0.0-udisks2-plugin.patch')
|
||||
sha256sums=('SKIP'
|
||||
'9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156'
|
||||
'cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --tags | sed 's/-/+/g'
|
||||
}
|
||||
'cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d'
|
||||
'a189ffb899bd87de885bcf7f27324d845a2bf88b6213e11aa12e3c90a3276105')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
patch -Np1 -i ../port-to-libgnome-panel.patch
|
||||
patch -Np1 -i ../fix-crash-destroying-active-sensor.patch
|
||||
patch -Np1 -i ../port-to-libgnome-panel.patch
|
||||
patch -Np1 -i ../sensors-applet-3.0.0-udisks2-plugin.patch
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
|
|
1494
extra/sensors-applet/sensors-applet-3.0.0-udisks2-plugin.patch
Normal file
1494
extra/sensors-applet/sensors-applet-3.0.0-udisks2-plugin.patch
Normal file
File diff suppressed because it is too large
Load diff
64
extra/xpra/.SRCINFO
Normal file
64
extra/xpra/.SRCINFO
Normal file
|
@ -0,0 +1,64 @@
|
|||
pkgbase = xpra
|
||||
pkgdesc = multi-platform screen and application forwarding system screen for X11
|
||||
pkgver = 4.4.5
|
||||
pkgrel = 2
|
||||
url = https://www.xpra.org
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = pkgconf
|
||||
makedepends = pygobject-devel
|
||||
makedepends = python-setuptools
|
||||
makedepends = cython
|
||||
makedepends = uglify-js
|
||||
makedepends = pandoc
|
||||
depends = gtk3
|
||||
depends = python
|
||||
depends = libxtst
|
||||
depends = python-cairo
|
||||
depends = python-gobject
|
||||
depends = python-pillow
|
||||
depends = python-lz4
|
||||
depends = ffmpeg
|
||||
depends = libvpx
|
||||
depends = xf86-video-dummy
|
||||
depends = libxkbfile
|
||||
depends = libxres
|
||||
depends = python-netifaces
|
||||
depends = python-rencode
|
||||
depends = python-opengl
|
||||
depends = python-lz4
|
||||
optdepends = x264: Codec
|
||||
optdepends = python-dbus: dbus features
|
||||
optdepends = python-pycups: Printing support
|
||||
optdepends = python-cryptography: Cryptography
|
||||
optdepends = python-numpy: GPU accelerated capture and compression for NVIDIA cards
|
||||
optdepends = gst-python: Sound Forwarding
|
||||
optdepends = opencv: Webcam Forwarding
|
||||
backup = etc/xpra/xpra.conf
|
||||
backup = etc/xpra/xorg.conf
|
||||
backup = etc/xpra/conf.d/05_features.conf
|
||||
backup = etc/xpra/conf.d/10_network.conf
|
||||
backup = etc/xpra/conf.d/12_ssl.conf
|
||||
backup = etc/xpra/conf.d/15_file_transfers.conf
|
||||
backup = etc/xpra/conf.d/16_printing.conf
|
||||
backup = etc/xpra/conf.d/20_sound.conf
|
||||
backup = etc/xpra/conf.d/30_picture.conf
|
||||
backup = etc/xpra/conf.d/35_webcam.conf
|
||||
backup = etc/xpra/conf.d/40_client.conf
|
||||
backup = etc/xpra/conf.d/42_client_keyboard.conf
|
||||
backup = etc/xpra/conf.d/50_server_network.conf
|
||||
backup = etc/xpra/conf.d/55_server_x11.conf
|
||||
backup = etc/xpra/conf.d/60_server.conf
|
||||
backup = etc/xpra/conf.d/65_proxy.conf
|
||||
backup = etc/pam.d/xpra
|
||||
source = xpra-4.4.5.tar.xz::https://www.xpra.org/src/xpra-4.4.5.tar.xz
|
||||
source = xpra-4.4.5.tar.xz.asc::https://www.xpra.org/src/xpra-4.4.5.tar.xz.gpg
|
||||
validpgpkeys = C11C0A4DF702EDF6C04F458C18ADB31CF18AD6BB
|
||||
md5sums = 4a52cf55611a7ca3354b0c6def020095
|
||||
md5sums = SKIP
|
||||
sha1sums = 65ef63d10fd14377a3a8daa659a3fdff62176923
|
||||
sha1sums = SKIP
|
||||
sha256sums = a36bc33f36568291057b4cb3363c2db8b3c73b419f59b4ac70a8ef21f4e2e91a
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = xpra
|
Loading…
Reference in a new issue