Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Jan 4, 2020
1 parent a8383c7 commit 585739b
Show file tree
Hide file tree
Showing 23 changed files with 633 additions and 601 deletions.
4 changes: 2 additions & 2 deletions .deb_build_number.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is generated by Makefile
DEB_PKG_VERSION := 1.0.1
DEB_BUILD_NUMBER := 0020
DEB_PKG_VERSION := 1.0.2
DEB_BUILD_NUMBER := 0000
2 changes: 1 addition & 1 deletion BRANDING.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_MICRO = 1
VERSION_MICRO = 2
BRANDING_SHORTNAME = mainline
BRANDING_LONGNAME = Ubuntu Mainline Kernel Installer
BRANDING_AUTHORNAME = Brian K. White
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Makefile for "mainline"

DEFAULT_KERNEL_VERSION_THRESHOLD = 5

SHELL := /bin/bash
CFLAGS := --std=c99

Expand Down Expand Up @@ -29,7 +31,8 @@ branding_symbols := -X -D'BRANDING_SHORTNAME="$(BRANDING_SHORTNAME)"' \
-X -D'BRANDING_AUTHORNAME="$(BRANDING_AUTHORNAME)"' \
-X -D'BRANDING_AUTHOREMAIL="$(BRANDING_AUTHOREMAIL)"' \
-X -D'BRANDING_WEBSITE="$(BRANDING_WEBSITE)"' \
-X -D'GETTEXT_PACKAGE="$(BRANDING_SHORTNAME)"'
-X -D'GETTEXT_PACKAGE="$(BRANDING_SHORTNAME)"' \
-X -D'DEFAULT_KERNEL_VERSION_THRESHOLD="$(DEFAULT_KERNEL_VERSION_THRESHOLD)"'

misc_files := README.md \
INSTALL \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a tool for installing the latest mainline Linux kernel on Ubuntu-based d
* For each kernel, the related packages (headers & modules) are installed or removed at the same time

### Downloads & Source Code
mainline is written using Vala and GTK3. Source code and binaries are available from the [GitHub project page](https://github.com/aljex/mainline).
mainline is written using Vala and GTK3. Source code and binaries are available from the [GitHub project page](https://github.com/bkw777/mainline).

[cappelikan](https://github.com/cappelikan) maintains a PPA at: <https://code.launchpad.net/~cappelikan/+archive/ubuntu/ppa>

Expand All @@ -24,7 +24,7 @@ mainline is written using Vala and GTK3. Source code and binaries are available

### Build
sudo apt install libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac
git clone https://github.com/aljex/mainline.git
git clone https://github.com/bkw777/mainline.git
cd mainline
make
sudo make install
Expand Down
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mainline (1.0.1) UNRELEASED; urgency=medium
mainline (1.0.2) UNRELEASED; urgency=medium

* Disabled buggy progress bar
* Add missing translators on credits window
Expand All @@ -19,8 +19,9 @@ mainline (1.0.1) UNRELEASED; urgency=medium
The Makefile is now officially more feature rich and robust than the application itself ¯\_(ツ)_/¯
* Desktop icon fix for Wayland from Hugo Posnic <[email protected]>
* Ukranian translation - github:cappelikan
* Change bool hide_older to int kernel_version_threshold

-- Brian K. White <b.kenyon.wx@gmail.com> Wed, 11 Sep 2019 16:21:50 -0400
-- Brian K. White <b.kenyon.w@gmail.com> Fri, 03 Jan 2020 18:01:59 -0500

mainline (1.0.0) disco; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Source: mainline
Section: utils
Priority: extra
Maintainer: Brian K. White <bw.aljex@gmail.com>
Maintainer: Brian K. White <b.kenyon.w@gmail.com>
Build-Depends: debhelper, valac (>= 0.40), libgtk-3-dev, libgee-0.8-dev, libjson-glib-dev, libvte-2.91-dev
Standards-Version: 4.3.0
Homepage: https://github.com/aljex/mainline
Homepage: https://github.com/bkw777/mainline

Package: mainline
Architecture: any
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mainline
Source: <https://github.com/aljex/mainline>
Source: <https://github.com/bkw777/mainline>

Files: *
Copyright: 2016-2018 Tony George <[email protected]>
2019 Brian K. White <bw.aljex@gmail.com>
2019 Brian K. White <b.kenyon.w@gmail.com>
License: GPL-3
Loading

0 comments on commit 585739b

Please sign in to comment.