summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrantic10482017-06-11 17:23:24 +0800
committerfrantic10482017-06-11 17:23:24 +0800
commit8c04007346b0db2068134f60282e8966043bb01a (patch)
tree5181c28addd151df0cace5dcf1c7888d9410e5a6
parentd56f07d96ba04876b354741693ca85b26a7ba45c (diff)
downloadaur-8c04007346b0db2068134f60282e8966043bb01a.tar.gz
bring back the window frame
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--atom-transparent.patch2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7733a0a2f7..c97b7eeee2db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 18 10:48:50 UTC 2017
+# Sun Jun 11 09:22:54 UTC 2017
pkgbase = atom-editor-transparent
pkgdesc = Atom is a hackable text editor for the 21st century built on Electron - with transparent background support
pkgver = 1.17.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/atom/atom
install = atom-editor-transparent.install
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = atom-editor-transparent
source = atom-transparent.patch
source = apm-python2.patch
sha384sums = abc4154731856bd52dc86d29fb80894a6aaf791016441fde40bfd7be505b08c3b751644658f7e1d1321893c282a9e4b2
- sha384sums = 614d682bdca79ca91d6753eef0fccfe4f5b322688c9d82adcd95e5dd07e33052e703f1fa7335828a4c8af74540966dba
+ sha384sums = 1e027cc6eef1921d0ab08e30c0f44f49e9966503452cf3821782574dd8486bf59fd9170efe051171efb2375635499f7f
sha384sums = 7b28df309d5aae71a71edca781537b808c507ca156f6e7c559f6f8482fc450eb3c8c9e15b10ac9570302c652666cbc2f
pkgname = atom-editor-transparent
diff --git a/PKGBUILD b/PKGBUILD
index 9481f67fb429..f731f149de37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=atom-editor-transparent
_atomver=1.17.0
pkgver=1.17.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Atom is a hackable text editor for the 21st century built on Electron - with transparent background support"
arch=('x86_64')
url="https://github.com/atom/atom"
@@ -18,7 +18,7 @@ conflicts=('atom' 'atom-editor' 'atom-editor-bin' 'atom-editor-git' 'atom-editor
install=$pkgname.install
sha384sums=('abc4154731856bd52dc86d29fb80894a6aaf791016441fde40bfd7be505b08c3b751644658f7e1d1321893c282a9e4b2'
- '614d682bdca79ca91d6753eef0fccfe4f5b322688c9d82adcd95e5dd07e33052e703f1fa7335828a4c8af74540966dba'
+ '1e027cc6eef1921d0ab08e30c0f44f49e9966503452cf3821782574dd8486bf59fd9170efe051171efb2375635499f7f'
'7b28df309d5aae71a71edca781537b808c507ca156f6e7c559f6f8482fc450eb3c8c9e15b10ac9570302c652666cbc2f')
source=("https://github.com/atom/atom/archive/v${_atomver}.tar.gz"
diff --git a/atom-transparent.patch b/atom-transparent.patch
index 0ae97134c622..cf81696dfae4 100644
--- a/atom-transparent.patch
+++ b/atom-transparent.patch
@@ -6,7 +6,7 @@
# thus we should remove this as soon as a fix gets released.
- backgroundColor: "#fff"
+ # backgroundColor: "#fff"
-+ frame: false
++ frame: true
+ transparent: true
webPreferences:
# Prevent specs from throttling when the window is in the background: