Browse Source

Version 25 + config.h diff options

master
Maxime Wack 5 years ago
parent
commit
60d83ac3f0
2 changed files with 7 additions and 7 deletions
  1. +2
    -2
      PKGBUILD
  2. +5
    -5
      config.h

+ 2
- 2
PKGBUILD View File

@@ -5,7 +5,7 @@
# Contributor: Brad Fanella <bradfanella@archlinux.us>

pkgname=sxiv
pkgver=24
pkgver=25
pkgrel=1
pkgdesc='Simple X Image Viewer'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
url='https://github.com/muennich/sxiv'
depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif' 'libxft')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz" "config.h")
md5sums=('a929f8ae19f947a23594fdce2b3cf38d' 'SKIP')
md5sums=('2c1c64a5714c6c876e7bfd8cd405b2a0' 'SKIP')

prepare() {
cd "$pkgname-$pkgver"


+ 5
- 5
config.h View File

@@ -14,11 +14,11 @@ static const char * const BAR_FONT = "monospace:size=8";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)
*/
static const char * const WIN_BG_COLOR = "#222222";
static const char * const WIN_FS_COLOR = "#000000";
static const char * const SEL_COLOR = "#EEEEEE";
static const char * const BAR_BG_COLOR = "#222222";
static const char * const BAR_FG_COLOR = "#EEEEEE";
static const char * const BG_COLOR = "#222222";
static const char * const FG_COLOR = "#000000";
/* static const char * const SEL_COLOR = "#EEEEEE"; */
/* static const char * const BAR_BG_COLOR = "#222222"; */
/* static const char * const BAR_FG_COLOR = "#EEEEEE"; */

#endif
#ifdef _IMAGE_CONFIG


Loading…
Cancel
Save