summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-10-21 15:02:10 -0400
committerAdam Goldsmith2016-10-21 15:02:10 -0400
commit6847120bb3421315c8995c711f35d3ab7bc53857 (patch)
tree9d2bdb73a34ee44ca66f7244636e8942c2577ca2
parenta8eb1765ed9cd5e04676ea6187e4f4f2188f22d9 (diff)
downloadaur-6847120bb3421315c8995c711f35d3ab7bc53857.tar.gz
Convert to popoffka fork
-rw-r--r--.SRCINFO18
-rw-r--r--24hour.patch13
-rw-r--r--PKGBUILD24
3 files changed, 18 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c80b13d3bf0..10cb65628e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
-pkgbase = i3lock-lixxia-git
- pkgdesc = An improved screenlocker based upon XCB and PAM (Lixxia fork)
- pkgver = ff1273
- pkgrel = 2
- url = https://github.com/Lixxia/i3lock
+# Generated by mksrcinfo v8
+# Fri Oct 21 19:02:01 UTC 2016
+pkgbase = i3lock-popoffka-git
+ pkgdesc = An improved screenlocker based upon XCB and PAM (Popoffka fork)
+ pkgver = 353dd3
+ pkgrel = 1
+ url = https://github.com/popoffka/i3lock
arch = i686
arch = x86_64
groups = i3
@@ -16,10 +18,8 @@ pkgbase = i3lock-lixxia-git
replaces = i3lock
options = docs
backup = etc/pam.d/i3lock
- source = git://github.com/Lixxia/i3lock.git
- source = 24hour.patch
+ source = git://github.com/popoffka/i3lock.git
md5sums = SKIP
- md5sums = 03a4b583be31541921d3392984c95cba
-pkgname = i3lock-lixxia-git
+pkgname = i3lock-popoffka-git
diff --git a/24hour.patch b/24hour.patch
deleted file mode 100644
index 9b5e91a51548..000000000000
--- a/24hour.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Only in b: tags
-diff -ru a/unlock_indicator.c b/unlock_indicator.c
---- a/unlock_indicator.c 2015-05-22 11:00:01.849040047 +0200
-+++ b/unlock_indicator.c 2015-05-22 11:00:45.945473675 +0200
-@@ -25,7 +25,7 @@
- #define BUTTON_SPACE (BUTTON_RADIUS + 5)
- #define BUTTON_CENTER (BUTTON_RADIUS + 5)
- #define BUTTON_DIAMETER (2 * BUTTON_SPACE)
--#define TIME_FORMAT "%l:%M %p"
-+#define TIME_FORMAT "%H:%M"
-
- /*******************************************************************************
- * Variables defined in i3lock.c.
diff --git a/PKGBUILD b/PKGBUILD
index 4824ead5f174..020a697afce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Adrien Sohier <adrien.sohier@art-software.fr>
+# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
+# Based on i3lock-lixxia-git by Adrien Sohier <adrien.sohier@art-software.fr>
-pkgname=i3lock-lixxia-git
-pkgver=ff1273
-pkgrel=2
-pkgdesc="An improved screenlocker based upon XCB and PAM (Lixxia fork)"
+pkgname=i3lock-popoffka-git
+pkgver=353dd3
+pkgrel=1
+pkgdesc="An improved screenlocker based upon XCB and PAM (Popoffka fork)"
arch=('i686' 'x86_64')
-url="https://github.com/Lixxia/i3lock"
+url="https://github.com/popoffka/i3lock"
license=('MIT')
groups=("i3")
depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
@@ -14,21 +15,14 @@ replaces=('i3lock')
provides=('i3lock')
conflicts=('i3lock')
backup=("etc/pam.d/i3lock")
-source=("git://github.com/Lixxia/i3lock.git"
- "24hour.patch")
-md5sums=('SKIP'
- '03a4b583be31541921d3392984c95cba')
+source=("git://github.com/popoffka/i3lock.git")
+md5sums=('SKIP')
pkgver() {
cd "${srcdir}/i3lock"
git describe --always | cut -c2- | tr "-" "."
}
-prepare() {
- cd "${srcdir}/i3lock"
- patch -Np1 -i "${srcdir}/24hour.patch"
-}
-
build() {
cd "${srcdir}/i3lock"