From ede159908c0afa768a97042e2a10b1a7e731c486 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 28 Nov 2018 23:01:55 -0500 Subject: [PATCH] misc: Small fixes Some minor things I noticed that don't warrant their own commits. --- .archlinux/PKGBUILDs/tari-util-xeventbind/PKGBUILD | 5 +++-- .archlinux/PKGBUILDs/tari-util-xeventbind/main.c | 1 - git/.stow-local-ignore | 7 ------- vim/README.md | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.archlinux/PKGBUILDs/tari-util-xeventbind/PKGBUILD b/.archlinux/PKGBUILDs/tari-util-xeventbind/PKGBUILD index 3fc192e..91bf70a 100644 --- a/.archlinux/PKGBUILDs/tari-util-xeventbind/PKGBUILD +++ b/.archlinux/PKGBUILDs/tari-util-xeventbind/PKGBUILD @@ -1,8 +1,9 @@ pkgname=tari-util-xeventbind pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Run a script on resolution change" arch=('any') +license=('MIT') provides=('xeventbind') conflicts=('xeventbind') depends=('libx11') @@ -10,7 +11,7 @@ source=('xeb_event_types.h' 'xeb_handler.c' 'xeb_handler.h' 'main.c' 'Makefile' sha256sums=('5e55b56bc1fc281d2549bb892a1a7e93f5eb7cb7ff88d3216345907456d02801' '9a26c895d79244c76e3c9b5842dab6e6d4b628842f6f63a3001d4563c253a28b' 'b57396a210fde7858928c1e44febd1cecc2aa715b58ca11590afddc5aa3d7a75' - '86352dc57e084a0e3ddf1b31a06b57d9d267f39618d6de077150da720cc3728c' + '1d44006d8e14ebd062415a8f20d746fe8771eacf5165d3064f20401b9ddca32d' '420ee5dc1349c226423bf009a71a3f0b0b33456ffdf35d682fc12ee5b4dd207f' 'e219b161877df1f1986c4e79794fde8b6cb209da7bc4b4442b925da0d7fd93ee') diff --git a/.archlinux/PKGBUILDs/tari-util-xeventbind/main.c b/.archlinux/PKGBUILDs/tari-util-xeventbind/main.c index 0db9ca5..7866347 100644 --- a/.archlinux/PKGBUILDs/tari-util-xeventbind/main.c +++ b/.archlinux/PKGBUILDs/tari-util-xeventbind/main.c @@ -105,4 +105,3 @@ int main(int argc, char **argv) { return xeb_loop() ? EXIT_FAILURE : EXIT_SUCCESS; } - diff --git a/git/.stow-local-ignore b/git/.stow-local-ignore index 592e5c6..8740ada 100644 --- a/git/.stow-local-ignore +++ b/git/.stow-local-ignore @@ -1,13 +1,6 @@ # This .stow-local-ignore file is used to prevent stow from # ignoring the .gitignore file by default. # -# Since the root of this repository is also the package directory, -# it is also used to ignore things that aren't dotfiles. -# # https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists README.md -LICENSE -Makefile -.git/* -.directory diff --git a/vim/README.md b/vim/README.md index ecd4476..651f0c9 100644 --- a/vim/README.md +++ b/vim/README.md @@ -18,7 +18,7 @@ You should not use vim if: - [fzf][fzf] - Fuzzy search support - [ripgrep][ripgrep] - Jump between lines in files - [git][git] - Git diff support -- [texlive][texlive]) - TeX support +- [texlive][texlive] - TeX support ## Usage