summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-03-07 21:24:37 +0100
committerDave Davenport <qball@gmpclient.org>2018-03-07 21:24:37 +0100
commit7f83fa3dd3f8bd1af96faca3fcd7137ca55f7bb3 (patch)
treea893e1b4eea604493b1ba5f530e3c86be3651a30 /meson.build
parent6efd73ff92239de8ed1f0b0ac2e34624d8fc9fa4 (diff)
parentd9d3724615d393d82da3f0913eb06447771fb171 (diff)
Merge branch 'next' of github:DaveDavenport/rofi into next
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b98f5c2a..c5cfbe53 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.4.99-dev',
+ version: '1.5.0-dev',
meson_version: '>=0.39.1',
license: [ 'MIT' ],
default_options: [
@@ -218,6 +218,7 @@ install_man(
install_data(
'themes/Adapta-Nokto.rasi',
'themes/Arc.rasi',
+ 'themes/Arc-Dark.rasi',
'themes/DarkBlue.rasi',
'themes/Pop-Dark.rasi',
'themes/Indego.rasi',
@@ -229,6 +230,7 @@ install_data(
'themes/c64.rasi',
'themes/dmenu.rasi',
'themes/glue_pro_blue.rasi',
+ 'themes/gruvbox-common.rasi',
'themes/gruvbox-dark-hard.rasi',
'themes/gruvbox-dark-soft.rasi',
'themes/gruvbox-dark.rasi',