tint2: update to 0.12.8.
This commit is contained in:
parent
dce3aec0dd
commit
91f49991a4
@ -1,16 +0,0 @@
|
||||
--- src/util/common.c.orig 2016-01-29 08:21:02.000701749 +0100
|
||||
+++ src/util/common.c 2016-01-29 08:21:49.545577920 +0100
|
||||
@@ -38,9 +38,12 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <errno.h>
|
||||
-#include <sys/sysctl.h>
|
||||
#include <dirent.h>
|
||||
|
||||
+#if !defined(__linux__) || defined(__linux__) && defined(__GLIBC__)
|
||||
+#include <sys/sysctl.h>
|
||||
+#endif
|
||||
+
|
||||
#ifdef HAVE_RSVG
|
||||
#include <librsvg/rsvg.h>
|
||||
#endif
|
@ -1,8 +1,8 @@
|
||||
# Template file for 'tint2'
|
||||
pkgname=tint2
|
||||
version=0.12.7
|
||||
version=0.12.8
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}-107bfc85a3955a8b88ff027d2f6cb4cb7e943cb0"
|
||||
wrksrc="${pkgname}-${version}-0bd49f42275ebec39cde297e9b07bb670d3534aa"
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="libXdamage-devel libXcomposite-devel libXinerama-devel libXrandr-devel
|
||||
@ -13,4 +13,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://gitlab.com/o9000/tint2"
|
||||
distfiles="https://gitlab.com/o9000/${pkgname}/repository/archive.tar.gz?ref=${version}>${pkgname}-${version}.tar.gz"
|
||||
checksum=e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f
|
||||
checksum=f25faad5ca9b895e5e7aa28290de0ea0a1578119414f91e916c21b5f0c0b8ad7
|
||||
|
Loading…
Reference in New Issue
Block a user